开发板 esp32-c3-devkitc-02v1.1; sdk4.4.2版本连接设备失败
Posted: Fri Aug 26, 2022 9:08 am
开发板 esp32-c3-devkitc-02v1.1; sdk4.4.2版本
demo工程 ./examples/bluetooth/bluedroid/ble/gatt_client 调用 esp_ble_gattc_open 函数不成功,一直连接不成功,没有任何回调
执行时序为
1. 匹配到目标蓝牙名称
2. 开始连接,即调用 esp_ble_gattc_open 函数
demo工程 ./examples/bluetooth/bluedroid/ble/gatt_client 调用 esp_ble_gattc_open 函数不成功,一直连接不成功,没有任何回调
执行时序为
1. 匹配到目标蓝牙名称
2. 开始连接,即调用 esp_ble_gattc_open 函数
Code: Select all
esp_ble_gattc_open(gl_profile_tab[PROFILE_A_APP_ID].gattc_if, scan_result->scan_rst.bda, scan_result->scan_rst.ble_addr_type, true)