Rahul
Rahul
Hi @sjanc , So data here is the pointer which is passed as parameter to ble_gap_ext_adv_set_data. Apps like bleprph, create a data pointer, allocate it and then invoke ble_gap_ext_adv_set_data ....
Hi @h2zero , thanks for pointing this. Attached patch should help fix it . [0001-fix-nimble-Fix-compilation-issue-for-combination-of-.patch.txt](https://github.com/user-attachments/files/18121616/0001-fix-nimble-Fix-compilation-issue-for-combination-of-.patch.txt)
Hi @AxelLin , Thanks for pointing out. There is a change done internally to fix this, should get merged soon.
Hi @AxelLin , Actually none of the existing events too have any documentation, but will add up for this event citing the reason for this event and when to use...
Hi @finger563 , Can you kindly provide one log with below change: 1. Enable BT_HCI_LOG_DEBUG_EN from menuconfig. It is under "(Top) → Component config → Bluetooth" 2. Apply given patch...
Hi @finger563 , Thanks for the logs. In log i observe that remote is responding with error for Read remote used features, but also providing features list. This seems wrong....
Hello @finger563 , > I do not believe it is fully an issue with my remote device (a USB BLE 5.0 dongle connected to a Windows 10 desktop) As per...
Hi @finger563 , Please check if this patch helps now . This should be a simpler solution that doesn't depend on any status code for internal operations.. Please revert the...
Hi @finger563 , thanks for confirming. It will be part of next official release tag for 5.4 ( in 5.4.2 ) , but will merge the change , so should...
Change is [merged](https://github.com/espressif/esp-nimble/commit/5a1882e4b97ab29e1a800144f576e6ad05fd4913). Closing issue.