1.2.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;

Field Documentation

FieldDescription
statusStatus of tx power reporting. See Status definitions.
connHandleConnection handle of the connection whose creation ended the advertising.
reasonThe reason for changed, see TX power change reason.
phyPHY type. See Transmitter PHY type.
txPowerLevelIndicate the transmit power level for the PHY.
txPowerLevelFlagIndicate if transmit power level reach its min/max level.
deltaChange in power level for transmitter being reported.