BLE_GAP_EvtExtAdvReport_T

C

typedef struct BLE_GAP_EvtExtAdvReport_T
{
    uint8_t                 eventType;
    uint8_t                 dataStatus;
    BLE_GAP_Addr_T          addr;
    uint8_t                 priPhy;
    uint8_t                 secPhy;
    uint8_t                 sid;
    int8_t                  txPower;
    int8_t                  rssi;
    uint16_t                periodAdvInterval;
    BLE_GAP_Addr_T          directAddr;
    uint8_t                 length;
    uint8_t                 advData[BLE_GAP_EXT_ADV_FRAGMENT_MAX_LENGTH];
} BLE_GAP_EvtExtAdvReport_T;

Field Documentation

FieldDescription
eventTypeType of extended advertising event. Refer toSee Event type for extended advertising reports for possible values.
dataStatusStatus of the advertising data. Refer to Data status for extended advertising reports for status values.
addrBluetooth address of the advertising device.
priPhyPrimary advertising PHY. Refer to PHY setting for extended advertising reports for PHY types.
secPhySecondary advertising PHY. Refer to PHY setting for extended advertising reports for PHY types.
sidAdvertising Set Identifier. Values 0x00 to 0x0F correspond to the SID subfield in the ADI field of the PDU. Value 0xFF indicates no ADI field in the PDU.
txPowerTransmit power of the advertising packet in dBm.
rssiReceived Signal Strength Indication for the advertising packet.
periodAdvIntervalInterval of periodic advertising, in 1.25ms units.
directAddrTargeted address for directed advertising.
lengthLength of the extended advertising data in bytes.
advDataBuffer containing the fragmented extended advertising data.