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 the BLE_GAP_EVT_SCAN_REQ_RECEIVED event.This event is triggered when a scan request is received during advertising.

Field Documentation

FieldDescription
advHandleHandle identifying the advertising set that received the scan request.
scannerAddrBluetooth address of the device that sent the scan request. See BLE_GAP_Addr_T.