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

Structure for the BLE_GAP_EVT_TRANSMIT_POWER_REPORTING event.This event is triggered when there is a report available regarding transmit power changes.

Field Documentation

FieldDescription
statusStatus of the transmit power reporting event. See GAP_STATUS for possible values.
connHandleConnection handle for the connection related to this transmit power report.
reasonReason for the transmit power change. See TX power change reason for possible reasons.
phyPHY type for which the transmit power level is reported. See Transmitter PHY type for PHY types.
txPowerLevelCurrent transmit power level for the specified PHY. (Units: dBm)
txPowerLevelFlagFlag indicating if the transmit power level has reached its minimum or maximum level. See The transmit power levels for possible values.
deltaThe magnitude of the change in transmit power level being reported. (Units: dB)