WICED 6.6 Scanner Whitelist

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

cross mob
RoHe_4370821
Level 4
Level 4
25 replies posted 25 sign-ins 10 replies posted

Hi,

I am finding the BLE scan whitelist is failing to operate. I have set the filter policy to accept adv packet from device in white list, directed adv packet not directed to local device is ignored,

wiced_bt_ble_update_scanner_filter_policy(BTM_BLE_SCANNER_FILTER_WHITELIST_ADV_RSP);

Then call the function to whitelist the address,

wiced_bool_t status = wiced_bt_ble_update_scanner_white_list(WICED_TRUE, p_bd_addr, addr_type);

However, the scan callback is called for any address, even devices that are not added to the whitelist.

I use the following bt config settings:

.client_max_links = 1u,
.ble_white_list_size = 1u,

I'd appreciate any useful suggestions, please.

Regards,
RH

0 Likes
1 Solution

This issue is being handled via a technical case.

 

View solution in original post

0 Likes
4 Replies
SheetalJ
Moderator
Moderator
Moderator
First comment on KBA 750 replies posted 500 likes received

Hi RH,

Please let me know the Cypress chip you are using?

 

0 Likes

Hi @SheetalJ ,

We are using the Murata 1DX module which has the 4343W Cypress chip.
WICED Version: Wiced_006.006.000.0009

Regards,
Rob

0 Likes

This issue is being handled via a technical case.

 

0 Likes

@SheetalJ wrote:

This issue is being handled via a technical case.

 


Can you confirm if WICED-6.6.1.1 includes the fix or not?

(WICED-6.6.1.1 released on 09/16/2021, so I think it should include the fix. right?)

0 Likes