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

usage of sd_ble_opt_set() with the option BLE_GAP_OPT_SCAN_REQ_REPORT

HI,

How to use   sd_ble_opt_set()  with the option   BLE_GAP_OPT_SCAN_REQ_REPORT ?   After setting this I can expect to get the event "BLE_GAP_EVT_SCAN_REQ_REPORT" with information on rssi of the central device. Am I correct?

Where this function to  be called? Is it to be called before advertising_start() ( and after the advertising_inint())?

How to set the second input parameter for  sd_ble_opt_set() ?

with regards,

Geetha

Related