HomeSort by relevance Sort by last modified time
    Searched full:tx_power (Results 1 - 24 of 24) sorted by null

  /frameworks/base/telephony/java/android/telephony/
ModemActivityInfo.java 31 * index 0 = tx_power < 0dBm
32 * index 1 = 0dBm < tx_power < 5dBm
33 * index 2 = 5dBm < tx_power < 15dBm
34 * index 3 = 15dBm < tx_power < 20dBm
35 * index 4 = tx_power > 20dBm
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
AdvtFilterOnFoundOnLostInfo.java 45 int adv_info_present, String address, int addr_type, int tx_power,
58 mTxPower = tx_power;
AdvertiseManager.java 485 int tx_power, int timeout_s);
489 int tx_power, int timeout_s);
GattService.java     [all...]
  /hardware/libhardware/include/hardware/
bt_common_types.h 34 uint8_t tx_power; member in struct:__anon31975
bt_gatt_client.h 375 int chnl_map, int tx_power, int timeout_s);
379 int chnl_map, int tx_power, int timeout_s);
  /system/bt/service/hal/
fake_bluetooth_gatt_interface.cpp 68 int chnl_map, int tx_power, int timeout_s) {
71 adv_type, chnl_map, tx_power, timeout_s);
fake_bluetooth_gatt_interface.h 47 int chnl_map, int tx_power, int timeout_s) = 0;
  /system/bt/service/common/bluetooth/binder/
parcel_helpers.cpp 74 AdvertiseSettings::TxPowerLevel tx_power = local
81 new AdvertiseSettings(mode, timeout, tx_power, connectable));
  /system/bt/stack/btm/
btm_ble_multi_adv.c 299 if (p_params->tx_power > BTM_BLE_ADV_TX_POWER_MAX)
300 p_params->tx_power = BTM_BLE_ADV_TX_POWER_MAX;
301 UINT8_TO_STREAM (pp, btm_ble_map_adv_tx_power(p_params->tx_power));
304 p_params->channel_map,p_params->adv_filter_policy,p_inst->inst_id,p_params->tx_power);
btm_acl.c     [all...]
btm_ble_int.h 167 INT8 tx_power; member in struct:__anon73978
btm_ble_batchscan.c 96 STREAM_TO_UINT8(adv_data.tx_power, p);
    [all...]
btm_ble_gap.c     [all...]
btm_inq.c     [all...]
  /system/bt/btif/src/
btif_gatt_client.c     [all...]
btif_gatt_multi_adv_util.c 311 p_multi_adv_data_cb->inst_cb[cbindex].data.tx_power =
312 p_multi_adv_data_cb->inst_cb[cbindex].param.tx_power;
  /hardware/bsp/intel/peripheral/libupm/src/nrf8001/
lib_aci.cxx 353 bool lib_aci_set_tx_power(aci_device_output_power_t tx_power)
356 aci_cmd_params_set_tx_power.device_power = tx_power;
lib_aci.h 268 * @param tx_power TX power to be used by the radio.
271 bool lib_aci_set_tx_power(aci_device_output_power_t tx_power);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 532 address, p_adv_track_info->addr_type, p_adv_track_info->tx_power,
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 1450 u8 tx_power; member in struct:tpc_report
1457 s8 tx_power; member in struct:rrm_link_measurement_request
    [all...]
  /system/bt/stack/include/
btm_ble_api.h 465 UINT8 tx_power; member in struct:__anon74219
490 tBTM_BLE_ADV_TX_POWER tx_power; member in struct:__anon74220
    [all...]
btm_api.h 756 INT8 tx_power; member in struct:__anon74155
778 INT8 tx_power; member in struct:__anon74157
    [all...]
  /system/bt/bta/include/
bta_api.h 363 UINT8 tx_power; member in struct:__anon73400
400 tBTA_BLE_ADV_TX_POWER tx_power; /* adv tx power */ member in struct:__anon73401
    [all...]

Completed in 1499 milliseconds