1.1.2.1.1.3.32 BLE_GAP_EvtTxPowerReporting_T
C
typedef struct BLE_GAP_EvtTxPowerReporting_T { uint8_t status; uint16_t connHandle; uint8_t reason; uint8_t phy; int8_t txPowerLevel; uint8_t txPowerLevelFlag; int8_t delta; }BLE_GAP_EvtTxPowerReporting_T;
Description
Data structure for BLE_GAP_EVT_TRANSMIT_POWER_REPORTING event.
Field Documentation
Field | Description |
---|---|
status | Status of tx power reporting. See Status definitions. |
connHandle | Connection handle of the connection whose creation ended the advertising. |
reason | The reason for changed, see TX power change reason. |
phy | PHY type. See Transmitter PHY type. |
txPowerLevel | Indicate the transmit power level for the PHY. |
txPowerLevelFlag | Indicate if transmit power level reach its min/max level. |
delta | Change in power level for transmitter being reported. |