BLE_GAP_EvtScanReqReceived_T
C
typedef struct BLE_GAP_EvtScanReqReceived_T { uint8_t advHandle; BLE_GAP_Addr_T scannerAddr; }BLE_GAP_EvtScanReqReceived_T;
Description
Structure for BLE_GAP_EVT_SCAN_REQ_RECEIVED event.
Field Documentation
Field | Description |
---|---|
advHandle | Handle identifying the advertising set that received the scan request. |
scannerAddr | Bluetooth address of the device that sent the scan request. |