zhp-espressif
zhp-espressif
@expresspotato thanks for reporting the bug,we will check it.
Version 4.3 is no longer under active maintenance, so I've utilized the latest master branch to replicate your issue. I've employed two examples (esp-idf/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex and esp-idf/examples/bluetooth/bluedroid/ble/gatt_client). In the gatt_client example,...
Could you test with the latest version to see if the issue persists? If it still exists, could you provide an example that reproduces the problem?
Do you mean this issue only occurs when A2DP, HFP, and AVRC are connected? I don't have A2DP, HFP, and AVRC connected here, only BLE connections. Can you test whether...
If you have a demo that reproduces the issue , it would be helpful for me to resolve the problem.”
@expresspotato From your log, it is clear that the crash was caused by accessing an invalid address, specifically: EXCVADDR: **0xfcabba16** EXCVADDR: **0x0014f013** Were these two logs generated using different versions...
please ref "hidReportMap" in esp-idf/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/hid_device_le_prf.c and usb hid spec https://www.usb.org/hid
@jankens The issue seems to be related to the iPhone. I tried versions 15.5 and 17.4.1 of iOS, and found that version 15.5 works fine, but version 17.4.1 cannot detect...
@jankens Can you test with the latest release/v5.1 version?
We previously fixed compatibility issues with **Android devices** (before iOS 17.4.1 was released), and I tested that the fix also works for iOS 17.4.1 devices. The commit that addressed this...