Hi,
Is there somewhere an example of the scan module with a filter on a 128bits UUID address ?
Thanks in advance for your help
Best regards
Hi,
Is there somewhere an example of the scan module with a filter on a 128bits UUID address ?
Thanks in advance for your help
Best regards
Hi,
I suggest you to have a look the hrs central example, inside the on_adv_report you will find ble_advdata_uuid_find().
Hi Mttrinh,
Thanks for your answer.
With SDK15.2, it seems we don't use on_adv_report. I think it's the old way with older sdk.
I wanted to use the new scan module and I think I found the solution by myself.
I still have to see how to change the scan settings without using the defaults set in the sdk_config.h
Hi,
I'm also looking to add 128bit uuid in my scan filter. i request you, please explain how you achieve this.
Thanks and regards
basava.
Hi,
Have a look at the nrf_ble_scan_filter_set() function inside scan_init() in UART example.
Hi,
Have a look at the nrf_ble_scan_filter_set() function inside scan_init() in UART example.