BLE_GAP_EvtScanReqReceived_T

C

typedef struct BLE_GAP_EvtScanReqReceived_T
{
    uint8_t                 advHandle;
    BLE_GAP_Addr_T          scannerAddr;
}BLE_GAP_EvtScanReqReceived_T;

Field Documentation

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