Multiple server BLE connections
Posted: Mon Feb 26, 2024 7:25 pm
Hello everyone.
Implemented the BLE server by example. 1 user service 4 characteristics. Everything works fine, but with only one connection. I need several users to be able to connect to my server. In the configuration file, the settings are as follows:
CONFIG_BT_GATTC_CONNECT_RETRY_COUNT=3
CONFIG_BT_ACL_CONNECTIONS=4
CONFIG_BT_MULTI_CONNECTION_ENBALE=y
Implemented the BLE server by example. 1 user service 4 characteristics. Everything works fine, but with only one connection. I need several users to be able to connect to my server. In the configuration file, the settings are as follows:
CONFIG_BT_GATTC_CONNECT_RETRY_COUNT=3
CONFIG_BT_ACL_CONNECTIONS=4
CONFIG_BT_MULTI_CONNECTION_ENBALE=y