Search found 3 matches

by mihir_t
Thu Jan 23, 2020 11:01 am
Forum: ESP-IDF
Topic: ESP32 BLE Pairing Fail Issue
Replies: 0
Views: 1527

ESP32 BLE Pairing Fail Issue

Hello,

We have faced pairing fail issues in Bluetooth Low Energy mode such as 0x56 (SMP_REPEATED_ATTEMPTS) and 0x63 (SMP_RSP_TIMEOUT) many times.

If anyone have the resolution to these issues or have the idea of cause of these two errors, please share it.

Thanks.
by mihir_t
Fri Sep 27, 2019 9:38 am
Forum: ESP-IDF
Topic: [ESP32 BLE] Retrieval of Whitelist Devices
Replies: 1
Views: 2626

[ESP32 BLE] Retrieval of Whitelist Devices

Hello,

I need to get the entry of BLE devices which exist in the whitelist at Link Layer in BLE Controller.

I have explored the BLE related Library in esp-IDF for this. But i am not getting any API to retrieve the list of devices in Whitelist.

Please give your suggestions on this issue.
by mihir_t
Sun Aug 11, 2019 10:52 am
Forum: ESP-IDF
Topic: Access of CCCD value per each bonded device
Replies: 1
Views: 2527

Access of CCCD value per each bonded device

Hi all, As par Bluetooth Core Spec 4.2, each bonded device has its instantiation of Client Characteristic Configuration Descriptor. "The Client Characteristic Configuration descriptor value shall be persistent across connections for bonded devices." "Each client has its own instantiation of the Clie...