Home
last modified time | relevance | path

Searched refs:bluetooth (Results 1 – 25 of 27) sorted by relevance

12

/tools/netsim/rust/daemon/src/wireless/
Dwireless_adaptor.rs27 use crate::wireless::{bluetooth, uwb, wifi};
34 Bluetooth(bluetooth::CreateParams),
81 CreateParam::Bluetooth(params) => bluetooth::new(params, chip_id), in new()
Dble_beacon.rs15 use crate::bluetooth::{ble_beacon_add, ble_beacon_get, ble_beacon_patch, ble_beacon_remove};
/tools/netsim/guide/src/
DREADME.md13 …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/
Drust_main.rs185 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()
Dlib.rs18 mod bluetooth; module
Dservice.rs15 use crate::bluetooth::advertise_settings as ble_advertise_settings;
197 wireless::bluetooth::bluetooth_stop(); in shut_down()
Dffi.rs19 use crate::bluetooth::chip::{
35 bluetooth::report_invalid_packet_cxx, handle_request_cxx, handle_response_cxx,
/tools/netsim/proto/netsim/
Dhci_packet.proto19 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
Dstartup.proto66 // optional for bluetooth chipsets
69 // optional for bluetooth chipsets
Dmodel.proto101 … // 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.
Dconfig.proto70 Bluetooth bluetooth = 1; field
/tools/netsim/
DTEST_MAPPING8 …"exclude-filter": "android.bluetooth.cts.LeL2capSocketTest#openInsecureLeL2capServerSocketRepeated…
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DAVDTP_PTS_INSTUCTIONS20 adb shell setprop bluetooth.pts.force_a2dp_abort true
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/
Dbluetooth.proto21 // C++ namespace: bluetooth::metrics::BluetoothMetricsProto
22 package bluetooth.metrics.BluetoothMetricsProto;
24 option java_package = "com.android.bluetooth";
/tools/netsim/rust/daemon/src/bluetooth/
Dmocked.rs15 use crate::bluetooth::{BeaconChip, BEACON_CHIPS};
/tools/netsim/rust/proto/src/
Dconfig.rs1024 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/
Dbluetooth_facade.cc487 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/
Dbluetooth_metric.proto3 package wireless.android.platform.testing.bluetooth.metrics;
/tools/netsim/rust/daemon/src/transport/
Dsocket.rs94 wireless::CreateParam::Bluetooth(wireless::bluetooth::CreateParams { in handle_hci_client()
Dwebsocket.rs102 wireless::CreateParam::Bluetooth(wireless::bluetooth::CreateParams { in run_websocket_transport()
Dfd.rs198 wireless::CreateParam::Bluetooth(wireless::bluetooth::CreateParams { in run_fd_transport()
/tools/netsim/rust/daemon/src/grpc_server/
Dbackend.rs40 wireless::CreateParam::Bluetooth(wireless::bluetooth::CreateParams { in add_chip()
/tools/aadevtools/dev/resource/
Dsysui_gcar_android10-qpr3-release_android11-release.txt32 .../car/bluetooth/CarBatteryController.java | 292 +++++++++
33 .../bluetooth/ConnectedDeviceSignalController.java | 272 +++++++++
/tools/test/connectivity/acts/
DREADME.md12 bluetooth connectivity, including:
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java1488 protected void setBluetooth(BinaryState bluetooth) { in setBluetooth() argument
1489 mBluetooth = bluetooth; in setBluetooth()

12