This commit is contained in:
lmx
2025-12-17 11:54:19 +08:00
parent 141b538bf5
commit 0087d2922a
18 changed files with 3285 additions and 457 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 = 0; //支持server角色个数
const int config_le_gatt_server_num = 1; //支持server角色个数
#elif (TCFG_BLE_DEMO_SELECT == DEF_BLE_DEMO_WIRELESS_MIC_SERVER)
const int config_le_hci_connection_num = 1;//支持同时连接个数