BLE_PXPM_EvtTpsTxPwrLvInd_T

C

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

Field Documentation

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