Home | History | Annotate | Download | only in btm

Lines Matching full:tx_power

1438             if (p_data->tx_power > BTM_BLE_ADV_TX_POWER_MAX)
1439 p_data->tx_power = BTM_BLE_ADV_TX_POWER_MAX;
1440 *p++ = btm_ble_map_adv_tx_power(p_data->tx_power);