how to add the blacklist which wiced smart refuse to be accessed?

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

cross mob
Anonymous
Not applicable

We want to add a blacklist or whitelist, and wiced smart can refuse or agree others.

We do not know which API we can use.

0 Likes
1 Solution
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

boont is correct in that we support a Whitelist function within our software but not blacklisting.

Unfortunately, the Whitelist feature on the part has a bug and it does not currently work as described in the post he referenced.

Update 5/21/15 - The Whitelist Function in SDK 2.2.1 is now fully functional and a working example will be attached to this thread: BCM2073X: blecm_SelectAddress() does not clear the whitelist which shows how to add/delete entries while leveraging our Hello_Client and Hello_Sensor sample applications. kcj abuch vik86 kilian.timmler@exelonix.com

A blacklist would be opposite in functionality and would block all BD_ADDRs on a specific list, where a whitelist would only allow specific BD_ADDRs to connect.

I spoke to the developers and they feel that most users should be able to overcome the problem with our whitelist bug by programming similar functionality into the actual application. So if this works, adding the blacklisting functionality may work after all, but within the application itself.

View solution in original post

0 Likes
2 Replies
BoonT_56
Employee
Employee
500 likes received 250 likes received 100 likes received

i think you are referring to Whitelist. Please check out this reply:

Adding and Removing Entries from Whitelist

0 Likes
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

boont is correct in that we support a Whitelist function within our software but not blacklisting.

Unfortunately, the Whitelist feature on the part has a bug and it does not currently work as described in the post he referenced.

Update 5/21/15 - The Whitelist Function in SDK 2.2.1 is now fully functional and a working example will be attached to this thread: BCM2073X: blecm_SelectAddress() does not clear the whitelist which shows how to add/delete entries while leveraging our Hello_Client and Hello_Sensor sample applications. kcj abuch vik86 kilian.timmler@exelonix.com

A blacklist would be opposite in functionality and would block all BD_ADDRs on a specific list, where a whitelist would only allow specific BD_ADDRs to connect.

I spoke to the developers and they feel that most users should be able to overcome the problem with our whitelist bug by programming similar functionality into the actual application. So if this works, adding the blacklisting functionality may work after all, but within the application itself.

0 Likes