|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
LE Transmit Power Level Structure. More...
#include <zephyr/bluetooth/conn.h>
Data Fields | |
| uint8_t | phy |
| Input: 1M, 2M, Coded S2 or Coded S8. | |
| int8_t | current_level |
| Output: current transmit power level in dBm. | |
| int8_t | max_level |
| Output: maximum transmit power level in dBm. | |
LE Transmit Power Level Structure.
| int8_t bt_conn_le_tx_power::current_level |
Output: current transmit power level in dBm.
Range depends on which HCI command is used:
phy is 0 (HCI_Read_Transmit_Power_Level)phy is non-zero (HCI_LE_Enhanced_Read_Transmit_Power_Level) | int8_t bt_conn_le_tx_power::max_level |
Output: maximum transmit power level in dBm.
Range depends on which HCI command is used:
phy is 0 (HCI_Read_Transmit_Power_Level)phy is non-zero (HCI_LE_Enhanced_Read_Transmit_Power_Level) | uint8_t bt_conn_le_tx_power::phy |
Input: 1M, 2M, Coded S2 or Coded S8.