I am developing on the CC2642R1 with simplelink_CC26x2_sdk_2_20_00_36. I noticed that the HCI_EXT_ScanReqRptCmd has been removed. So, how do I get a notification or call back on a Scan Request with this latest sdk?
victor nguyen
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am developing on the CC2642R1 with simplelink_CC26x2_sdk_2_20_00_36. I noticed that the HCI_EXT_ScanReqRptCmd has been removed. So, how do I get a notification or call back on a Scan Request with this latest sdk?
victor nguyen
Hi Victor,
You can subscribe to scan request received events with GapAdv_setEventMask(). The relevant event is GAP_ADV_EVT_MASK_SCAN_REQ_NOTI . Your application will receive this as a GAP Adv event.
Please see the GAP Advertiser API Guide for more info ( )