连接server并发送数据成功

This commit is contained in:
lmx
2025-12-17 18:24:50 +08:00
parent d029d273f8
commit 537cb1f099
11 changed files with 4409 additions and 1183 deletions

View File

@ -55,7 +55,7 @@ const int config_rcsp_stack_enable = 0;
const int config_le_hci_connection_num = 1;//支持同时连接个数
const int config_le_sm_support_enable = 0; //是否支持加密配对
const int config_le_gatt_client_num = 1; //支持client角色个数
const int config_le_gatt_server_num = 1; //支持server角色个数
const int config_le_gatt_server_num = 0; //支持server角色个数
#elif (TCFG_BLE_DEMO_SELECT == DEF_BLE_DEMO_WIRELESS_MIC_SERVER)
const int config_le_hci_connection_num = 1;//支持同时连接个数