In BLE scan, white list doesn't work as expected

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

cross mob
Anonymous
Not applicable

Hello jakewtorres,

"

I found some problems in the whitelist.

1- if we active the whitelist we couldn't get no scan results.

2- So we clear the whitelist and print the size of it, we always get 128

I think that the problem is on the white_list functions.

uint8_t wiced_bt_ble_get_white_list_size(void)

this function always return 128

wiced_bool_t wiced_bt_ble_update_advertising_white_list(wiced_bool_t add, wiced_bt_device_address_t remote_bda);

this update function returns WICED_TRUE, but the white_list_size if the same 128.

"


Gustavo

0 Likes
2 Replies