hello Support,
What is difference between sd_ble_gap_scan_start and nrf_ble_scan_start ?
thanks
hello Support,
What is difference between sd_ble_gap_scan_start and nrf_ble_scan_start ?
thanks
nrf_ble_scan_start() is the Nordic SDK interface to initiate scanning. This function calls the softdevice function sd_ble_gap_scan_start().
The Nordic scanning portion of the SDK provides whitelists and patterns to filter which advertising reports the central will see. Peripherals not conforming with the filter rules do not have their advertising payloads reported to the central via the BLE event structure.
nrf_ble_scan_start() is the Nordic SDK interface to initiate scanning. This function calls the softdevice function sd_ble_gap_scan_start().
The Nordic scanning portion of the SDK provides whitelists and patterns to filter which advertising reports the central will see. Peripherals not conforming with the filter rules do not have their advertising payloads reported to the central via the BLE event structure.