1.1.2.1.1.3.25 BLE_GAP_EvtPeriAdvReport_T
C
typedef struct BLE_GAP_EvtPeriAdvReport_T
{
uint16_t syncHandle;
uint8_t txPwr;
int8_t rssi;
uint8_t cteType;
uint8_t dataStatus;
uint8_t dataLength;
uint8_t advData[BLE_GAP_PERIODIC_ADV_FRAGMENT_MAX_LENGTH];
}BLE_GAP_EvtPeriAdvReport_T;Description
Data structure for BLE_GAP_EVT_PERI_ADV_REPORT event.
Field Documentation
| Field | Description |
|---|---|
| syncHandle | Sync handle. |
| txPwr | Tx power. (Unit: dBm) |
| rssi | RSSI. (Unit: dBm) |
| cteType | CTE type. See Type of constant tone extension. |
| dataStatus | Data status. See Received data status. |
| dataLength | Data length. |
| advData | Advertising data. |
