AOA master最多连接 slave个数是多少个。
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
有测试能达到32个从机数量。但是再强调一遍,这个数量基于可用的RAM,随着所用例程及客户应用的不同,此数量也会不同。
simple peripheral里的推荐配置如下:
// Maximum number of BLE connections. It should be set based on the
// device GAP role. Here're some recommended values:
// * Central: 8
// * Peripheral: 8
// * Observer: 0
// * Broadcaster: 0
// Note: When the GAP role includes Peripheral and no v4.1 Controller features
// are configured, MAX_NUM_BLE_CONNS must not be greater than 1
#define MAX_NUM_BLE_CONNS 8