1.我在esp_ble_gattc_aux_open之前都会进行esp_ble_gap_prefer_ext_connect_params_set连接参数的配置,所以会报0x3B的错误 2.我尝试屏蔽掉esp_ble_gap_prefer_ext_connect_params_set此函数后,没有报过0x3B的错误,系统提示“BT_L2CAP: No extend connection parameters set, use default parameters” 3.这个...
addr.type, true, BTA_GATT_TRANSPORT_LE, FALSE); BTA_GATTC_Enh_Open(bt_mesh_gattc_if, bt_mesh_gattc_info[i].addr.val, bt_mesh_gattc_info[i].addr.type, true, BTA_GATT_TRANSPORT_LE, FALSE, BLE_ADDR_UNKNOWN_TYPE); #endif return 0; 8 changes: 6 additions & 2 deletions 8 ...
BTA_DmSetBlePrefConnParams(bt_mesh_gattc_info[i].addr.val, 0x18, 0x18, 0x00, 0x64); BTA_GATTC_Open(bt_mesh_gattc_if, bt_mesh_gattc_info[i].addr.val, bt_mesh_gattc_info[i].addr.type, true, BTA_GATT_TRANSPORT_LE, FALSE); conn_1m_param.interval_min = 0x18; conn_1m_para...
CONFIG_BT_GATTC_CONNECT_RETRY_COUNT=3 CONFIG_BT_BLE_SMP_ENABLE=y # CONFIG_BT_SMP_SLAVE_CON_PARAMS_UPD_ENABLE is not set # CONFIG_BT_STACK_NO_LOG is not set # # BT DEBUG LOG LEVEL # # CONFIG_BT_LOG_HCI_TRACE_LEVEL_NONE is not set # CONFIG_BT_LOG_HCI_TRACE_LEVEL...
15W+15W HIFI Bluetooth-compatible Amplifier Board, BLE 5.1 Stereo Audio Amp, U-disk/AUX Audio APP/Infrared Remote Control and other Digital Amplifier Module on sale, Arduino, Robotics, Raspberry Pi Zero, ESP8266/ESP32, Inverter, DIY Kits, Development Bo
在调用esp_ble_gattc_aux_open后, 在此事件中会报错, connect device failed, status 133 case ESP_GATTC_OPEN_EVT: if (p_data->open.status != ESP_GATT_OK) { ble_obj->is_connected = false; egl_log_error("connect device failed, status %d", p_data->open.status); ...
1.我在esp_ble_gattc_aux_open之前都会进行esp_ble_gap_prefer_ext_connect_params_set连接参数的配置,所以会报0x3B的错误 2.我尝试屏蔽掉esp_ble_gap_prefer_ext_connect_params_set此函数后,没有报过0x3B的错误,系统提示“BT_L2CAP: No extend connection parameters set, use default parameters” 3.这个...
1.我在esp_ble_gattc_aux_open之前都会进行esp_ble_gap_prefer_ext_connect_params_set连接参数的配置,所以会报0x3B的错误 2.我尝试屏蔽掉esp_ble_gap_prefer_ext_connect_params_set此函数后,没有报过0x3B的错误,系统提示“BT_L2CAP: No extend connection parameters set, use default parameters” 3.这个...
Updated the BLE rom.ld file for ESP32-C2 v2.0. (b7d0eeb) Fixed Fixed BLE assert in lld_evt.c at line 2353 on ESP32. (d5cd3b7) Fixed interrupt watchdog timeout when shutdown BT controller on ESP32. (d5cd3b7) Fixed the issue where the BLE connection can't be established when ...
Fixed BLE advertising data check to avoid memory overflow (#12886) (9186e0e) Fixed BLE memory leak when gattc config off (753bed3) Fixed BLE gattc app unregister no event (ece1bf2) Fixed BLE Prepare Write Request timeout on Client Characteristic Configuration and Client Supported Features cha...