is there anyway that i can give set of same filter
say example multiple mac address or names
is there anyway that i can give set of same filter
say example multiple mac address or names
Hi Akash
Yes, this should be possible. You have to set the NRF_BLE_SCAN_NAME_CNT define in sdk_config.h to how many names you want to support. Then you can call nrf_ble_scan_filter_set(&m_scan, SCAN_NAME_FILTER, NAME_X) multiple times, going through the list of names that you want to scan for.
Best regards,
Simon