Transmit power change reporting info event for BLE_GAPC_EVT_TX_POWER_CHANGE_REPORT. More...
#include <ble_gapc.h>
Public Attributes | |
| uint8_t | reason |
| Reason see ble_gap_tx_pwr_change_report_reason_t. More... | |
| uint8_t | phy |
| Phy see ble_gap_phy_type_t. More... | |
| int8_t | tx_pwr |
| Transmit Power level (dBm). More... | |
| uint8_t | flags |
| Transmit Power level flags, see ble_gap_pwr_lvl_flag_t. More... | |
| int8_t | delta |
| Change in transmit power level (dBm). More... | |
Transmit power change reporting info event for BLE_GAPC_EVT_TX_POWER_CHANGE_REPORT.
Definition at line 856 of file ble_gapc.h.
| int8_t ble_gap_evt_tx_pwr_change_report_t::delta |
Change in transmit power level (dBm).
Definition at line 862 of file ble_gapc.h.
| uint8_t ble_gap_evt_tx_pwr_change_report_t::flags |
Transmit Power level flags, see ble_gap_pwr_lvl_flag_t.
Definition at line 861 of file ble_gapc.h.
| uint8_t ble_gap_evt_tx_pwr_change_report_t::phy |
Phy see ble_gap_phy_type_t.
Definition at line 859 of file ble_gapc.h.
| uint8_t ble_gap_evt_tx_pwr_change_report_t::reason |
Reason see ble_gap_tx_pwr_change_report_reason_t.
Definition at line 858 of file ble_gapc.h.
| int8_t ble_gap_evt_tx_pwr_change_report_t::tx_pwr |
Transmit Power level (dBm).
Definition at line 860 of file ble_gapc.h.