Page 1 of 1

开发板 esp32-c3-devkitc-02v1.1; sdk4.4.2版本连接设备失败

Posted: Fri Aug 26, 2022 9:08 am
by espRandom32
开发板 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 函数

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)

Re: 开发板 esp32-c3-devkitc-02v1.1; sdk4.4.2版本连接设备失败

Posted: Mon Aug 29, 2022 8:01 am
by espRandom32
测试结果表明,使用2块同样的esp32-c3开发板
其中一块烧入gatt_server, 另一块烧入gatt_client

从client执行esp_ble_gattc_open用于连接,成功率很高
那么请问需要设置哪些参数,以提高open成功率?