Hello everybody,
i dont really understand how the white list is supposed to work with AT+BLEADVPARAM. I don't really see i way to add a device to the white list. So my qestion is: How is that command supposed to work?
AT+BLEADVPARAM White List
Re: AT+BLEADVPARAM White List
Hello!
I have the same issue, (I am interested in scanning parameters but that's the gist of it). I see there are no replies here. Have you been able to resolve and figure it out?
Thank you and have a nice day!
I have the same issue, (I am interested in scanning parameters but that's the gist of it). I see there are no replies here. Have you been able to resolve and figure it out?
Thank you and have a nice day!
Re: AT+BLEADVPARAM White List
Hi all,
Maybe you can get the firmware from the latest master branch of github, use AT+BLEWL command to test the function.
GITHUB ESP-AT: https://github.com/espressif/esp-at
AT+BLEWL=<add_or_del>,[<addr_type>,<address>]
- [add_or_del]: 0 to delete, if no parameters are added later, it will delete all, or delete individually
1 Add, followed by parameter 2 and parameter 3
- [addr_type]: 0 is public address, 1 is random address
- [address]: hex string of address
Example AT+BLEWL=1,1,"C3:26:98:1F:55:7C"
Maybe you can get the firmware from the latest master branch of github, use AT+BLEWL command to test the function.
GITHUB ESP-AT: https://github.com/espressif/esp-at
AT+BLEWL=<add_or_del>,[<addr_type>,<address>]
- [add_or_del]: 0 to delete, if no parameters are added later, it will delete all, or delete individually
1 Add, followed by parameter 2 and parameter 3
- [addr_type]: 0 is public address, 1 is random address
- [address]: hex string of address
Example AT+BLEWL=1,1,"C3:26:98:1F:55:7C"
Who is online
Users browsing this forum: No registered users and 21 guests