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)