Searched refs:BTM_BLE_ADV_TX_POWER_MAX (Results 1 – 3 of 3) sorted by relevance
232 static const int btm_ble_tx_power[BTM_BLE_ADV_TX_POWER_MAX + 1] = BTM_BLE_ADV_TX_POWER;235 if (0 <= tx_power_index && tx_power_index <= BTM_BLE_ADV_TX_POWER_MAX) { in btm_ble_map_adv_tx_power()297 if (p_params->tx_power > BTM_BLE_ADV_TX_POWER_MAX) { in btm_ble_multi_adv_set_params()298 p_params->tx_power = BTM_BLE_ADV_TX_POWER_MAX; in btm_ble_multi_adv_set_params()
2298 if (p_data->tx_power > BTM_BLE_ADV_TX_POWER_MAX) { in btm_ble_build_adv_data()2299 p_data->tx_power = BTM_BLE_ADV_TX_POWER_MAX; in btm_ble_build_adv_data()
393 #define BTM_BLE_ADV_TX_POWER_MAX BTM_TX_POWER_LEVEL_MAX /* maximum tx power */ macro