Power control RSP PDU. More...
#include <lctr_pdu_conn.h>
Data Fields | |
uint8_t | limits |
int8_t | delta |
int8_t | txPower |
uint8_t | apr |
Power control RSP PDU.
Definition at line 267 of file lctr_pdu_conn.h.
uint8_t apr |
Acceptable power reduction.
Definition at line 272 of file lctr_pdu_conn.h.
int8_t delta |
Change in power.
Definition at line 270 of file lctr_pdu_conn.h.
uint8_t limits |
Limits field.
Definition at line 269 of file lctr_pdu_conn.h.
int8_t txPower |
Local txPower.
Definition at line 271 of file lctr_pdu_conn.h.