Maximum number of registered whitelists

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

cross mob
hinu_4327176
Level 3
Level 3

Ask about the maximum number of whitelisted entries.

It is necessary to register up to 8 units of white list.
(Advertising: 7 units, scanner: 1 unit)

  Wiced_bt core stack configuration (wiced_bt_cfg_settings_t) .ble_white_list_size = 8
  Advertising registration: Use wiced_bt_ble_update_advertising_white_list()
  Scanner registration: Use wiced_bt_ble_update_scanner_white_list()
  If you register advertising using wiced_bt_ble_update_advertising_white_list (), the third unit will fail.
  (The return value is FALSE.)

  The following environment is used.
    WICED-Studio-6.4.0.61(STM32F412 + CYW43438)

Isn't it possible to register up to the number set in ".ble_white_list_size"?

Please tell me how to register more than 3 units

0 Likes
1 Solution
AnjanaM_61
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 5 questions asked

Hello,

Can you please try the method mentioned in the following blog : Whitelist Example Project for CYW20706 & CYW20179

Thanks,
Anjana

View solution in original post

1 Reply
AnjanaM_61
Moderator
Moderator
Moderator
5 comments on KBA First comment on KBA 5 questions asked

Hello,

Can you please try the method mentioned in the following blog : Whitelist Example Project for CYW20706 & CYW20179

Thanks,
Anjana