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
| Field | Description |
|---|---|
| connHandle | Connection handle associated with the Tx power level indication. |
| txPowerLevel | Current Tx power level in dBm. |
