Hello,
I am using ble5_simple_peripheral example on IAR (with TI BLE5-Stack 1.02.01.00) and had a look to the possible options that can be configured by the user through the *.opt configuration file.
The available ble5 stack user guide contains a lot of information regarding some of the configuration parameter but I could not find much on MAX_NUM_BLE_CONNS and MAX_NUM_WL_ENTRIES:
1. What is the maximum number of active connections (MAX_NUM_BLE_CONNS) that can be handled by the LL controller?
2. Can you please give some information on BLE_MAX_NUM_WL_ENTRIES which is as I understand the maximum number of white list entries supported by Ti's LL controller ( I could not find any information on that parameter in the BLE5 Stack User's Guide)?
3. Do you confirm that MAX_NUM_WL_ENTRIES is the parameter to update to change the number of white list entries (MAX_NUM_WL_ENTRIES being smaller than the max WL entries supported by LL)?
Can you please help?
Thanks.