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. This event is triggered when there is a report available regarding transmit power changes.
Field Documentation
| Field | Description |
|---|---|
| status | Status of the transmit power reporting event. See Status definitions for possible values. |
| connHandle | Connection handle of the connection whose creation ended the advertising. |
| reason | Reason for the transmit power change. See TX power change reason for possible reasons. |
| phy | PHY type for which the transmit power level is reported. See Transmitter PHY types for PHY types. |
| txPowerLevel | Current transmit power level for the specified PHY. (Units: dBm) |
| txPowerLevelFlag | Flag indicating if the transmit power level has reached its minimum or maximum level. |
| delta | The magnitude of the change in transmit power level being reported. (Units: dB) |
