I have been observing tehe error message below while bonding a mobile device to esp32 gatt_server.
Code: Select all
BT_BTM: btm_ble_remove_resolving_list_entry_complete remove resolving list error 0x2
Bond mobile device(Android) to esp32 (with 6 digit passkey).
At this stage everything is OK
2 -) Delete bonding from mobile device.
Devices will be disconnected and boding will be deleted from mobile
3 -) I checked the bonded device list from esp32 and mobile device address was there.
Try to Connect & Bond or Bond to esp32 again.
There will be an error message:
Code: Select all
BT_BTM: btm_ble_remove_resolving_list_entry_complete remove resolving list error 0x2
Is there an explanation or solution to that problem ?
Thank you