-
Type:
Enhancement
-
Resolution: Implemented
-
Priority:
Medium
-
SimpleLink Lowpower SDK F3 BLE5 Stack
-
BLE_LOKI-1441
-
BLE Stack BLE5-Loki High FCS1+6W RC6
-
-
Description: This feature increases the bonding capacity in the Initiator Role from 5 devices to 50 devices. It introduces a software scheme to manage bonds, accept list entries, and resolving list entries efficiently. The Radio Core utilizes a Radio Filter List to manage device addresses that the device accepts. The Radio Filter List is dynamically updated using the Least Recently Used (LRU) method, ensuring efficient management of accepted device addresses and prioritization of active devices.
The maximum number of supported bonds can be configured in SysConfig under: BLE -> Bond Manager -> Maximum Number of Supported Bonds.
Set this value to define the number of bonds the initiator can save (up to 50).
Accept List Management:
The maximum number of accept list entries can be configured in SysConfig under: BLE -> General Configuration -> Max Number of Accept List Entries.
This determines how many devices can be stored in the accept list (up to 50).
Resolving List Management:
The maximum number of resolving list entries can be configured in SysConfig under: BLE -> General Configuration -> Max Number of Resolving List Entries (up to 50).