ESP32,IDF版本5.1.2。连接某一ble设备,版本据说是5.0,没法验证,通过手机BLE调试APP操作反应正常,其通知和写特征值是分开的,注册NOTIFY服务后,写入成功后,设备会自动应答,但NOTIFY动作无反应。 Code:Select all I (7578) GATTC_DEMO: ESP_GATTC_CONNECT_EVT conn_id 0, if 3 I (7578) GATTC_DEMO: REMOTE...
4. 尝试连接其他BLE设备,以排除ESP32的问题。5. 检查您的ESP32 GATT客户端配置,确保已经正确设置了...
Issue the output of idf.py build: esp-idf/components/bt/common/btc/profile/esp/blufi/nimble_host/esp_blufi.c:435:10: error: implicit declaration of function 'ble_gatts_notify_custom'; did you mean 'ble_gattc_notify_custom'? [-Werror=implicit-function-declaration] rc = ble_gatts_notify...
Compiler version: xtensa-esp32-elf-gcc (crosstool-NG esp-2019r2) 8.2.0 Operating System: MacOS (This shouldn't matter as I have seen the same behavior even if build on a PC) Power Supply: USB Problem Description Randomly gets "GATTC_Discover GATT_BUSY" abort message during esp_ble_gatt...
GATT procedure initiated: discover service by uuid; uuid=3e135142-654f-9090-134a-a6ff5bb77046 txed att command: find type value req; conn=0 start_handle=0x0001 end_handle=0xffff attr_type=10240 LE Remote Used Features. handle=0 feat=01 00 00 00 00 00 00 00 host tx hci data; handl...