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

  /system/bt/main/
bte_conf.c 31 extern int btm_ble_tx_power[BTM_BLE_ADV_TX_POWER_MAX + 1];
  /system/bt/stack/btm/
btm_ble_multi_adv.c 234 int btm_ble_tx_power[BTM_BLE_ADV_TX_POWER_MAX + 1] = BTM_BLE_ADV_TX_POWER;
237 if(0 <= tx_power_index && tx_power_index < BTM_BLE_ADV_TX_POWER_MAX)
298 if (p_params->tx_power > BTM_BLE_ADV_TX_POWER_MAX)
299 p_params->tx_power = BTM_BLE_ADV_TX_POWER_MAX;
btm_ble_gap.c     [all...]
  /system/bt/stack/include/
btm_ble_api.h 361 #define BTM_BLE_ADV_TX_POWER_MAX 4 /* maximum tx power */
    [all...]

Completed in 46 milliseconds