Home
last modified time | relevance | path

Searched refs:Max_Tx_Power (Results 1 – 5 of 5) sorted by relevance

/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/RADIO_utils/Src/
DRADIO_utils.c169 void RADIO_ReadTransmitPower(int8_t *Min_Tx_Power, int8_t *Max_Tx_Power) in RADIO_ReadTransmitPower() argument
174 *Max_Tx_Power = MAX_TX_POWER_HIGH; in RADIO_ReadTransmitPower()
179 *Max_Tx_Power = MAX_TX_POWER_LOW; in RADIO_ReadTransmitPower()
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/Target/
Dbleplat.c146 void BLEPLAT_ReadTransmitPower(int8_t *Min_Tx_Power, int8_t *Max_Tx_Power) in BLEPLAT_ReadTransmitPower() argument
148 RADIO_ReadTransmitPower(Min_Tx_Power, Max_Tx_Power); in BLEPLAT_ReadTransmitPower()
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/System/Modules/RADIO_utils/Inc/
DRADIO_utils.h79 void RADIO_ReadTransmitPower(int8_t *Min_Tx_Power, int8_t *Max_Tx_Power);
/hal_stm32-latest/lib/stm32wb0/STM32_BLE/stack/include/
Dble_api.h2510 int8_t *Max_Tx_Power);
/hal_stm32-latest/lib/stm32wb0/BLE_TransparentMode/STM32_BLE/App/
Ddtm_cmd_db.c1124 int8_t Max_Tx_Power;
7585 int8_t Max_Tx_Power = 0; in hci_le_read_transmit_power_process() local
7595 &Max_Tx_Power); in hci_le_read_transmit_power_process()
7598 rp0->Max_Tx_Power = Max_Tx_Power; in hci_le_read_transmit_power_process()