This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

difference nrf_ble_scan_start and sd_ble_gap_scan_start

hello Support,

What is difference between sd_ble_gap_scan_start   and  nrf_ble_scan_start  ?

thanks

Parents
  • 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.

Reply
  • 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.

Children
No Data
Related