Max Whitelist/Bondlist size

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hello,

I can see next in the BLE_StackGap.h file:

/* Maximum number of Remote Devices */

#define CYBLE_GAP_MAX_BONDED_DEVICE                  0x04u

#define CYBLE_GAP_SIZE_OF_WHITELIST                      0x08u

#define CYBLE_GAP_SIZE_OF_RESOLVING_LIST           0x08u

/* This is kept for backward compatibility, will be obsolete in future */

#define CYBLE_MAX_WHITELIST_ENTRIES                     0x04u

Is it a hardware limit ? or size of lists can be increased modifying those defines ?

I'm working with CYBLE-212006-01. Is those values right for this device ?

Thanks in advance,

Asier.

0 Likes
1 Solution
himam_31
Employee
Employee
50 likes received 25 likes received 10 likes received

This is hardware limitation. For CYBLE-212006-01 also the number is 4. For PSoC6 BLE this is different. Maximum number of devices in whitelist/resolving list can be 16 for PSoC6 BLE.

Thanks,

Hima

View solution in original post

0 Likes
1 Reply
himam_31
Employee
Employee
50 likes received 25 likes received 10 likes received

This is hardware limitation. For CYBLE-212006-01 also the number is 4. For PSoC6 BLE this is different. Maximum number of devices in whitelist/resolving list can be 16 for PSoC6 BLE.

Thanks,

Hima

0 Likes