/tools/netsim/rust/daemon/src/wireless/ |
D | wireless_adaptor.rs | 27 use crate::wireless::{bluetooth, uwb, wifi}; 34 Bluetooth(bluetooth::CreateParams), 81 CreateParam::Bluetooth(params) => bluetooth::new(params, chip_id), in new()
|
D | ble_beacon.rs | 15 use crate::bluetooth::{ble_beacon_add, ble_beacon_get, ble_beacon_patch, ble_beacon_remove};
|
/tools/netsim/guide/src/ |
D | README.md | 13 …e with HCI connector | host OS C++ apps using Nimbile bluetooth stack | 14 …://github.com/google/bumble) device | host OS python apps using Bumble bluetooth stack | 15 …ub.com/google/bumble) Web App | Browser hosted python apps using Bumble bluetooth stack |
|
/tools/netsim/rust/daemon/src/ |
D | rust_main.rs | 185 let bt_config = match config.bluetooth.as_mut() { in disambiguate_args() 188 config.bluetooth = Some(BluetoothConfig::new()).into(); in disambiguate_args() 189 config.bluetooth.as_mut().unwrap() in disambiguate_args() 288 wireless::bluetooth::bluetooth_start(&config.bluetooth, instance_num); in run_netsimd_primary() 293 if config.bluetooth.test_beacons == Some(true) { in run_netsimd_primary()
|
D | lib.rs | 18 mod bluetooth; module
|
D | service.rs | 15 use crate::bluetooth::advertise_settings as ble_advertise_settings; 197 wireless::bluetooth::bluetooth_stop(); in shut_down()
|
D | ffi.rs | 19 use crate::bluetooth::chip::{ 35 bluetooth::report_invalid_packet_cxx, handle_request_cxx, handle_response_cxx,
|
/tools/netsim/proto/netsim/ |
D | hci_packet.proto | 19 option java_package = "com.android.emulation.bluetooth"; 24 // A packet that is exchanged between the bluetooth chip and higher layers. 49 // https://www.novelbits.io/bluetooth-version-5-2-le-audio/ for an
|
D | startup.proto | 66 // optional for bluetooth chipsets 69 // optional for bluetooth chipsets
|
D | model.proto | 101 … // packages/modules/Bluetooth/framework/java/android/bluetooth/le/BluetoothLeAdvertiser.java#151 119 … // packages/modules/Bluetooth/framework/java/android/bluetooth/le/BluetoothLeAdvertiser.java#159 232 // optional rootcanal configuration for bluetooth chipsets.
|
D | config.proto | 70 Bluetooth bluetooth = 1; field
|
/tools/netsim/ |
D | TEST_MAPPING | 8 …"exclude-filter": "android.bluetooth.cts.LeL2capSocketTest#openInsecureLeL2capServerSocketRepeated…
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | AVDTP_PTS_INSTUCTIONS | 20 adb shell setprop bluetooth.pts.force_a2dp_abort true
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/ |
D | bluetooth.proto | 21 // C++ namespace: bluetooth::metrics::BluetoothMetricsProto 22 package bluetooth.metrics.BluetoothMetricsProto; 24 option java_package = "com.android.bluetooth";
|
/tools/netsim/rust/daemon/src/bluetooth/ |
D | mocked.rs | 15 use crate::bluetooth::{BeaconChip, BEACON_CHIPS};
|
/tools/netsim/rust/proto/src/ |
D | config.rs | 1024 pub bluetooth: ::protobuf::MessageField<Bluetooth>, field 1050 |m: &Config| { &m.bluetooth }, in generated_message_descriptor_data() 1051 |m: &mut Config| { &mut m.bluetooth }, in generated_message_descriptor_data() 1082 ::protobuf::rt::read_singular_message_into_field(is, &mut self.bluetooth)?; in merge_from() 1102 if let Some(v) = self.bluetooth.as_ref() { in compute_size() 1120 if let Some(v) = self.bluetooth.as_ref() { in write_to_with_cached_sizes() 1146 self.bluetooth.clear(); in clear() 1154 bluetooth: ::protobuf::MessageField::none(), in default_instance()
|
/tools/netsim/src/hci/ |
D | bluetooth_facade.cc | 487 auto bluetooth = Get(id); in GetCxx() local 488 std::vector<uint8_t> proto_bytes(bluetooth.ByteSizeLong()); in GetCxx() 489 bluetooth.SerializeToArray(proto_bytes.data(), proto_bytes.size()); in GetCxx()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/loggers/protos/ |
D | bluetooth_metric.proto | 3 package wireless.android.platform.testing.bluetooth.metrics;
|
/tools/netsim/rust/daemon/src/transport/ |
D | socket.rs | 94 wireless::CreateParam::Bluetooth(wireless::bluetooth::CreateParams { in handle_hci_client()
|
D | websocket.rs | 102 wireless::CreateParam::Bluetooth(wireless::bluetooth::CreateParams { in run_websocket_transport()
|
D | fd.rs | 198 wireless::CreateParam::Bluetooth(wireless::bluetooth::CreateParams { in run_fd_transport()
|
/tools/netsim/rust/daemon/src/grpc_server/ |
D | backend.rs | 40 wireless::CreateParam::Bluetooth(wireless::bluetooth::CreateParams { in add_chip()
|
/tools/aadevtools/dev/resource/ |
D | sysui_gcar_android10-qpr3-release_android11-release.txt | 32 .../car/bluetooth/CarBatteryController.java | 292 +++++++++ 33 .../bluetooth/ConnectedDeviceSignalController.java | 272 +++++++++
|
/tools/test/connectivity/acts/ |
D | README.md | 12 bluetooth connectivity, including:
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | DeviceSetup.java | 1488 protected void setBluetooth(BinaryState bluetooth) { in setBluetooth() argument 1489 mBluetooth = bluetooth; in setBluetooth()
|