Bonding error message on terminal
Posted: Thu Apr 06, 2023 12:31 pm
Hi,
I have been observing tehe error message below while bonding a mobile device to esp32 gatt_server.
1 -) Bonding device list is empty at esp32.
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:
The mobile successfully bonds the esp32 however the error message make me feel something goes wrong and cause me trouble in future
Is there an explanation or solution to that problem ?
Thank you
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