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

  /frameworks/base/core/java/android/bluetooth/le/
IAdvertisingSetCallback.aidl 23 void onAdvertisingSetStarted(in int advertiserId, in int tx_power, in int status);
29 void onAdvertisingParametersUpdated(in int advertiserId, in int tx_power, in int status);
  /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 137 void onAdvertisingSetStarted(int reg_id, int advertiser_id, int tx_power, int status)
163 callback.onAdvertisingSetStarted(advertiser_id, tx_power, status);
320 void onAdvertisingParametersUpdated(int advertiser_id, int tx_power, int status)
324 + ", tx_power=" + tx_power + ", status=" + status);
334 callback.onAdvertisingParametersUpdated(advertiser_id, tx_power, status);
PeriodicScanManager.java 140 // callback.onSyncStarted(sync_handle, tx_power, status);
143 void onSyncReport(int sync_handle, int tx_power, int rssi, int data_status, byte[] data)
155 sync_handle, tx_power, rssi, data_status, ScanRecord.parseFromBytes(data));
GattService.java 720 int secondary_phy, int advertising_sid, int tx_power, int rssi, int periodic_adv_int,
727 + ", tx_power=" + tx_power + ", rssi=" + rssi + ", periodic_adv_int=0x"
773 advertising_sid, tx_power, rssi, periodic_adv_int,
    [all...]
  /hardware/libhardware/include/hardware/
bt_common_types.h 34 uint8_t tx_power; member in struct:__anon42941
ble_scanner.h 42 uint8_t advertising_sid, int8_t tx_power,
130 base::Callback<void(uint16_t sync_handle, int8_t tx_power, int8_t rssi,
ble_advertiser.h 31 int8_t tx_power; member in struct:AdvertiseParameters
53 base::Callback<void(uint8_t /* advertiser_id */, int8_t /* tx_power */, uint8_t /* status */)>;
55 base::Callback<void(uint8_t /* status */, int8_t /* tx_power */)>;
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_desc.c 44 unsigned int tx_power __unused, unsigned int tx_rate0, unsigned int tx_tries0,
155 enum ath5k_pkt_type type, unsigned int tx_power, unsigned int tx_rate0,
181 tx_power += ah->ah_txpower.txp_offset;
182 if (tx_power > AR5K_TUNE_MAX_TXPOWER)
183 tx_power = AR5K_TUNE_MAX_TXPOWER;
207 AR5K_REG_SM(tx_power, AR5K_4W_TX_DESC_CTL0_XMIT_POWER) |
  /system/bt/service/
low_energy_advertiser.cc 66 int8_t GetAdvertisingTxPower(AdvertiseSettings::TxPowerLevel tx_power) {
69 switch (tx_power) {
108 out_params->tx_power = GetAdvertisingTxPower(settings.tx_power_level());
  /system/bt/stack/btm/
btm_ble_multi_adv.cc 42 uint8_t /* inst_id */, int8_t /* tx_power */, uint8_t /* status */)>;
60 int8_t tx_power; member in struct:__anon113612::AdvertisingInstance
91 tx_power(0),
337 [](c_type c, uint8_t status, int8_t tx_power) {
344 c->self->adv_inst[c->inst_id].tx_power = tx_power;
415 [](c_type c, uint8_t status, int8_t tx_power) {
423 c->self->adv_inst[c->inst_id].tx_power = tx_power;
519 int8_t tx_power = c->self->adv_inst[c->inst_id].tx_power
    [all...]
ble_advertiser_hci_interface.cc 79 int8_t tx_power; local
83 STREAM_TO_INT8(tx_power, pp);
85 cb.Run(status, tx_power);
88 void known_tx_pwr(BleAdvertiserHciInterface::parameters_cb cb, int8_t tx_power,
90 cb.Run(status, tx_power);
117 uint8_t filter_policy, int8_t tx_power,
151 INT8_TO_STREAM(pp, tx_power);
155 base::Bind(&known_tx_pwr, std::move(command_complete), tx_power));
328 uint8_t filter_policy, int8_t tx_power,
487 uint8_t filter_policy, int8_t tx_power,
    [all...]
ble_advertiser_hci_interface.h 34 base::Callback<void(uint8_t /* status */, int8_t /* tx_power */)>;
58 const RawAddress& peer_address, uint8_t filter_policy, int8_t tx_power,
btm_ble_gap.cc 150 int8_t tx_power, int8_t rssi, uint16_t periodic_adv_int, uint8_t data_len,
1878 int8_t rssi, tx_power; local
    [all...]
btm_ble_int_types.h 161 int8_t tx_power; member in struct:__anon113604
btm_ble_batchscan.cc 93 STREAM_TO_UINT8(adv_data.tx_power, p);
btm_acl.cc     [all...]
btm_inq.cc     [all...]
  /system/bt/stack/include/
ble_advertiser.h 32 base::Callback<void(uint8_t /* status */, int8_t /* tx_power */)>;
50 int8_t tx_power; member in struct:__anon113754
99 base::Callback<void(uint8_t /* inst_id */, int8_t /* tx_power */,
btm_api_types.h 809 int8_t tx_power; member in struct:__anon113783
829 int8_t tx_power; member in struct:__anon113785
    [all...]
  /system/bt/btif/src/
btif_ble_advertiser.cc 69 p_params->tx_power = params.tx_power;
btif_a2dp_source.cc     [all...]
  /system/bt/stack/test/
ble_advertiser_test.cc 129 uint8_t filter_policy, int8_t tx_power,
137 SetParameters2(filter_policy, tx_power, primary_phy, secondary_max_skip,
190 void SetParametersCb(uint8_t status, int8_t tx_power) {
196 void StartAdvertisingSetCb(uint8_t advertiser_id, int8_t tx_power,
199 start_advertising_set_tx_power = tx_power;
318 params.tx_power = -15;
321 EXPECT_CALL(*hci_mock, SetParameters2(_, params.tx_power, _, _, _, _, _, _))
340 0x0A /* tx_power */, static_cast<uint8_t>(params.tx_power)};
347 std::vector<uint8_t>({0x02 /* len */, 0x0A /* tx_power */, 0x00})
    [all...]
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_gatt.cpp 206 int8_t tx_power, int8_t rssi,
221 secondary_phy, advertising_sid, tx_power, rssi,
419 p_adv_track_info->addr_type, p_adv_track_info->tx_power,
    [all...]
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 1741 u8 tx_power; member in struct:tpc_report
1750 s8 tx_power; member in struct:rrm_link_measurement_request
    [all...]

Completed in 670 milliseconds