Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
..\ip\ble\hl_api\gatt\gatt_api.c 193
你app_config.h的最大连接数改了吗
应该说的是BLE_STACK_ENABLE_CONNECTIONS这个,已经改成8了
应该是解决问题了,多连接的时候事件回调中拿到p_event->param.master_encrypt_conidx,和自己维护的连接slot不匹配,调用内部gatt函数时出现错乱就报这个错了,GATT 事件入口统一拦截无效连接似乎就没出现了