-
Notifications
You must be signed in to change notification settings - Fork 7.6k
retrieveDescriptors(): esp_ble_gattc_get_all_descr: Unknown #3869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think this is nothing unusual, some characteristics dont have descriptors:
Probably this should be WARN log, not ERR. Why you cant connect is hard to say. Weak signal, or other. |
Thank you chegewara for your reply.
I have 14 Characteristics, the ESP prints only 6 in this case and stays in this state. Best regards, |
Still there is not enough info and/or logs.
|
Hi chegewara,
Best regards, |
Ok, i will try to find some time to write test code with 14 characteristics, then test with client code. |
Ok thank you chegewara, |
No, you dont need to handle all characteristics. Peripheral can have some functions that you are not interested, so you just ignore it. |
Ok, thanks, I noticed that the problem appears when i have this retrieveCharacteristics(): esp_ble_gattc_get_all_char: Unknown |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
Hi,
I'm facing a problem using BLE ESP32 whether it be Arduino or PlatformIo.
The problem is sometimes when trying to connect with my remote device (un EFR32BG), i have this type eff message and the program stuck, i had to reset my ESP32 to exit from this state.
The messages are as below:
[E][BLERemoteCharacteristic.cpp:274] retrieveDescriptors(): esp_ble_gattc_get_all_descr: Unknown
[E][BLERemoteCharacteristic.cpp:274] retrieveDescriptors(): esp_ble_gattc_get_all_descr: Unknown
[E][BLERemoteCharacteristic.cpp:274] retrieveDescriptors(): esp_ble_gattc_get_all_descr: Unknown
[E][BLERemoteCharacteristic.cpp:274] retrieveDescriptors(): esp_ble_gattc_get_all_descr: Unknown
[E][BLERemoteCharacteristic.cpp:274] retrieveDescriptors(): esp_ble_gattc_get_al
2020/04/02 19:31:57.196: l_descr: Unknown
[E][BLERemoteCharacteristic.cpp:274] retrieveDescriptors(): esp_ble_gattc_get_all_descr: Unknown
[E][BLERemoteCharacteristic.cpp:274] retrieveDescriptors(): esp_ble_gattc_get_all_descr: Unknown
[E][BLERemoteCharacteristic.cpp:274] retrieveDescriptors(): esp_ble_gattc_get_all_descr: Unknown
[E][BLERemoteService.cpp:185] retrieveCharacteristics(): esp_ble_gattc_get_all_char: Unknown
Do you have any idea what that is going on? sometimes i can make connection with no problem but sometimes not.
Best regards,
The text was updated successfully, but these errors were encountered: