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.
Search found 3 matches
- Thu Jan 23, 2020 11:01 am
- Forum: ESP-IDF
- Topic: ESP32 BLE Pairing Fail Issue
- Replies: 0
- Views: 1748
- Fri Sep 27, 2019 9:38 am
- Forum: ESP-IDF
- Topic: [ESP32 BLE] Retrieval of Whitelist Devices
- Replies: 1
- Views: 2971
[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.
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.
- Sun Aug 11, 2019 10:52 am
- Forum: ESP-IDF
- Topic: Access of CCCD value per each bonded device
- Replies: 1
- Views: 2957
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...