1.1.2.1.1.3.23 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;Description
Data structure for BLE_GAP_EVT_EXT_ADV_REPORT event.
Field Documentation
| Field | Description |
|---|---|
| eventType | Event type. See Event type for extended advertising report. |
| dataStatus | Data status. See Data status for extended advertising report. |
| addr | Address type. See Address type. |
| priPhy | Primary PHY. See PHY setting for extended advertising report. |
| secPhy | Secondary PHY. See PHY setting for extended advertising report. |
| sid | Advertising SID. 0x00 ~ 0x0F: Value of the Advertising SID subfield in the ADI field of the PDU. 0xFF: No ADI field in the PDU. |
| txPower | Tx power. (Unit: dBm) |
| rssi | RSSI value. |
| periodAdvInterval | Interval of the periodic advertising. (Unit: 1.25 ms) |
| directAddr | Directed address type. See Address type. |
| length | Length of advertising data. |
| advData | Fragmented advertising data. |
