2021-01-08 07:56 AM
I am developing on NUCLEO WB55, I call aci_gap_start_general_discovery_proc() to discover near devices, if I pass PUBLIC_ADDR as third argument all goes well but it does not find my devices, becose they have random addresses.
If I pass STATIC_RANDOM_ADDR (or RANDOM_ADDR) as third parameter it fails and returns 0x42 error code = BLE_STATUS_INVALID_PARAMS.
Why?
What I have to do?
Thanks in advance
Alessandro