HomeSort by relevance Sort by last modified time
    Searched refs:BTM_BLE_ADV_TX_POWER_MAX (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/btm/
btm_ble_multi_adv.c 235 int btm_ble_tx_power[BTM_BLE_ADV_TX_POWER_MAX + 1] = BTM_BLE_ADV_TX_POWER;
238 if(0 <= tx_power_index && tx_power_index < BTM_BLE_ADV_TX_POWER_MAX)
299 if (p_params->tx_power > BTM_BLE_ADV_TX_POWER_MAX)
300 p_params->tx_power = BTM_BLE_ADV_TX_POWER_MAX;
btm_ble_gap.c     [all...]
  /system/bt/stack/include/
btm_ble_api.h 367 #define BTM_BLE_ADV_TX_POWER_MAX 4 /* maximum tx power */
    [all...]

Completed in 31 milliseconds