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
Structure for BLE_GAP_EVT_PERI_ADV_REPORT event.
Field Documentation
Field | Description |
---|---|
syncHandle | Handle identifying the periodic advertising sync. |
txPwr | Transmit power of the periodic advertising packet in dBm. |
rssi | Received Signal Strength Indication for the received packet in dBm. |
cteType | Constant Tone Extension type of the periodic advertising packet. See Type of constant tone extension for possible values. |
dataStatus | Data status indicating completeness of the periodic advertising data. See Received data status for possible values. |
dataLength | Length of the advertising data in bytes. |
advData | Buffer containing the periodic advertising data. |