BLE_PXPM_EvtTpsTxPwrLvInd_T

C

typedef struct BLE_PXPM_EvtTpsTxPwrLvInd_T
{
    uint16_t                connHandle;
    int8_t                  txPowerLevel;
} BLE_PXPM_EvtTpsTxPwrLvInd_T;

Description

Structure for the BLE_PXPM_EVT_TPS_TX_POWER_LEVEL_IND event.

Field Documentation

FieldDescription
connHandleConnection handle associated with the Tx power level indication.
txPowerLevelCurrent Tx power level in dBm.