/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/filter/tests/ |
D | data_elements_filter_tests.rs | 31 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/ |
D | gatt_ble_advertiser_shim.cc | 42 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()
|
D | gatt_ble_scanner_shim.cc | 148 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/ |
D | advertising_client.py | 32 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 D | advertise_data.rs | 206 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 D | advertise_settings.rs | 295 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/ |
D | device.cc | 49 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/ |
D | IAdvertisingSetCallback.aidl | 23 …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 D | bluetooth_facade.cc | 70 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/ |
D | random_data_elements.rs | 83 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 D | wmediumd.proto | 41 int32 tx_power = 5; field 79 int32 tx_power = 2; field
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/ |
D | ffi.cc | 48 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 D | api.h | 162 int tx_power; member 183 int tx_power; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/le_audio/broadcaster/ |
D | state_machine_test.cc | 134 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 D | sff-common.h | 158 __u16 tx_power; /* Measured TX Power */ member 189 __u16 tx_power[5]; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/ |
D | le_advertising_manager.cc | 237 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/ |
D | happy_path.rs | 103 fn tx_power() { in tx_power() function 323 fn tx_power() { in tx_power() function
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_ble_gap.cc | 1052 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/ |
D | v0_encrypted_serialization_tests.cc | 45 auto tx_power = nearby_protocol::TxPower::TryBuildFromI8(3).value(); in TEST_F() local
|
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/ |
D | phy_device.cc | 58 void PhyDevice::Send(std::vector<uint8_t> const& packet, Phy::Type type, int8_t tx_power) { in Send()
|
D | phy_layer.cc | 57 void PhyLayer::Send(std::vector<uint8_t> const& packet, int8_t tx_power, in Send()
|
/aosp_15_r20/packages/modules/Bluetooth/system/include/hardware/ |
D | ble_scanner.h | 65 uint8_t tx_power; variable
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_gatt.cpp | 252 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 D | peripheral2.h | 144 std::optional<int8_t> tx_power; member
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/ |
D | le_scanning_callback.h | 42 uint8_t tx_power; variable
|