Home
last modified time | relevance | path

Searched defs:tx_power (Results 1 – 25 of 99) sorted by relevance

1234

/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/filter/tests/
Ddata_elements_filter_tests.rs31 let tx_power = TxPower::try_from(5).expect("within range"); in match_contains_tx_power() localVariable
51 let tx_power = TxPower::try_from(5).expect("within range"); in match_not_contains_actions() localVariable
64 let tx_power = TxPower::try_from(5).expect("within range"); in match_contains_actions() localVariable
85 let tx_power = TxPower::try_from(5).expect("within range"); in match_contains_both() localVariable
106 let tx_power = TxPower::try_from(5).expect("within range"); in match_contains_either() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/topshim/gatt/
Dgatt_ble_advertiser_shim.cc42 void BleAdvertiserIntf::OnAdvertisingSetStarted(int reg_id, uint8_t advertiser_id, int8_t tx_power, in OnAdvertisingSetStarted()
55 void BleAdvertiserIntf::OnAdvertisingParametersUpdated(uint8_t advertiser_id, int8_t tx_power, in OnAdvertisingParametersUpdated()
180 void BleAdvertiserIntf::OnIdTxPowerStatusCallback(uint8_t adv_id, int8_t tx_power, uint8_t status) { in OnIdTxPowerStatusCallback()
183 void BleAdvertiserIntf::OnParametersCallback(uint8_t adv_id, uint8_t status, int8_t tx_power) { in OnParametersCallback()
Dgatt_ble_scanner_shim.cc148 uint8_t advertising_sid, int8_t tx_power, int8_t rssi, in OnScanResult()
346 void BleScannerIntf::OnPeriodicSyncReport(uint16_t sync_handle, int8_t tx_power, int8_t rssi, in OnPeriodicSyncReport()
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dadvertising_client.py32 def on_advertising_set_started(self, reg_id, advertiser_id, tx_power, status): argument
103 def on_advertising_parameters_updated(self, advertiser_id, tx_power, status): argument
221 def OnAdvertisingSetStarted(self, reg_id, advertiser_id, tx_power, status): argument
251 def OnAdvertisingParametersUpdated(self, advertiser_id, tx_power, status): argument
299 def on_advertising_set_started(self, reg_id, advertiser_id, tx_power, status): argument
343 def on_advertising_parameters_updated(self, advertiser_id, tx_power, status): argument
/aosp_15_r20/tools/netsim/rust/daemon/src/bluetooth/
H A Dadvertise_data.rs206 let tx_power = TxPowerLevel::new(1); in test_from_proto_succeeds() localVariable
250 let tx_power = TxPowerLevel::new(1); in test_from_proto_sets_proto_field() localVariable
293 let tx_power = TxPowerLevel::new(-6); in test_set_tx_power_level() localVariable
H A Dadvertise_settings.rs295 let tx_power = TxPowerProto::Dbm(3); in test_from_proto_succeeds() localVariable
309 let tx_power: Result<TxPowerLevel, _> = (&tx_power).try_into(); in test_from_proto_succeeds() localVariable
363 let tx_power: i8 = proto in test_from_proto_default() localVariable
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/devices/
Ddevice.cc49 Phy::Type type, int8_t tx_power) { in SendLinkLayerPacket()
54 int8_t tx_power) { in SendLinkLayerPacket()
/aosp_15_r20/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/le/
DIAdvertisingSetCallback.aidl23 …void onAdvertisingSetStarted(in IBinder gattBinder, in int advertiserId, in int tx_power, in int s… in onAdvertisingSetStarted()
29 void onAdvertisingParametersUpdated(in int advertiserId, in int tx_power, in int status); in onAdvertisingParametersUpdated()
/aosp_15_r20/tools/netsim/src/hci/
H A Dbluetooth_facade.cc70 int8_t tx_power) override { in ComputeRssi()
84 void Send(std::vector<uint8_t> const &packet, int8_t tx_power, in Send()
470 int8_t SimComputeRssi(int send_id, int recv_id, int8_t tx_power) { in SimComputeRssi()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/
Drandom_data_elements.rs83 let tx_power: i8 = rng.gen_range(-100..=20); in sample() localVariable
90 let tx_power: TxPower = self.sample(rng); in sample() localVariable
/aosp_15_r20/external/wmediumd/wmediumd_server/
H A Dwmediumd.proto41 int32 tx_power = 5; field
79 int32 tx_power = 2; field
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dffi.cc48 void (*send_ll)(uint8_t const* data, size_t data_len, int phy, int tx_power)) { in ffi_controller_new()
65 [=](std::vector<uint8_t> const& data, Phy::Type phy, int8_t tx_power) { in ffi_controller_new()
/aosp_15_r20/external/wmediumd/wmediumd/
H A Dapi.h162 int tx_power; member
183 int tx_power; member
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/
Dstate_machine_test.cc134 uint8_t tx_power = 32; in SetUp() local
198 uint8_t status) { in SetUp()
382 uint8_t tx_power = 0; in TEST_F() local
1043 uint8_t tx_power = 0; in TEST_F() local
/aosp_15_r20/external/ethtool/
H A Dsff-common.h158 __u16 tx_power; /* Measured TX Power */ member
189 __u16 tx_power[5]; member
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dle_advertising_manager.cc237 void OnAdvertisingSetStarted(int reg_id, uint8_t advertiser_id, int8_t tx_power, in OnAdvertisingSetStarted()
297 void OnAdvertisingParametersUpdated(uint8_t advertiser_id, int8_t tx_power, in OnAdvertisingParametersUpdated()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/deserialize/tests/
Dhappy_path.rs103 fn tx_power() { in tx_power() function
323 fn tx_power() { in tx_power() function
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/
Dbtm_ble_gap.cc1052 void btm_ble_periodic_adv_report(uint16_t sync_handle, uint8_t tx_power, int8_t rssi, in btm_ble_periodic_adv_report()
1988 uint8_t advertising_sid, int8_t tx_power, int8_t rssi, in btm_ble_update_inq_result()
2112 uint8_t advertising_sid, int8_t tx_power, int8_t rssi, in btm_ble_process_adv_pkt_cont()
2267 int8_t tx_power, int8_t rssi, in btm_ble_process_adv_pkt_cont_for_inquiry()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/tests/
Dv0_encrypted_serialization_tests.cc45 auto tx_power = nearby_protocol::TxPower::TryBuildFromI8(3).value(); in TEST_F() local
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dphy_device.cc58 void PhyDevice::Send(std::vector<uint8_t> const& packet, Phy::Type type, int8_t tx_power) { in Send()
Dphy_layer.cc57 void PhyLayer::Send(std::vector<uint8_t> const& packet, int8_t tx_power, in Send()
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/
Dble_scanner.h65 uint8_t tx_power; variable
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_gatt.cpp252 int8_t tx_power, int8_t rssi, uint16_t periodic_adv_int, in btgattc_scan_result_cb()
932 void OnAdvertisingSetStarted(int reg_id, uint8_t advertiser_id, int8_t tx_power, uint8_t status) { in OnAdvertisingSetStarted()
972 void OnAdvertisingParametersUpdated(uint8_t advertiser_id, int8_t tx_power, uint8_t status) { in OnAdvertisingParametersUpdated()
1054 uint8_t secondary_phy, uint8_t advertising_sid, int8_t tx_power, int8_t rssi, in OnScanResult()
1158 void OnPeriodicSyncReport(uint16_t sync_handle, int8_t tx_power, int8_t rssi, uint8_t data_status, in OnPeriodicSyncReport()
2483 int8_t tx_power, uint8_t status) { in ble_advertising_set_started_cb()
2626 int8_t tx_power) { in setAdvertisingParametersNativeCb()
/aosp_15_r20/external/pigweed/pw_bluetooth/public/pw_bluetooth/low_energy/
H A Dperipheral2.h144 std::optional<int8_t> tx_power; member
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dle_scanning_callback.h42 uint8_t tx_power; variable

1234