Home
last modified time | relevance | path

Searched refs:Bluetooth (Results 1 – 25 of 32) sorted by relevance

12

/tools/netsim/proto/netsim/
Dmodel.proto81 // Bluetooth has 2 radios
82 message Bluetooth { message
85 // Bluetooth Classic
101 … // packages/modules/Bluetooth/framework/java/android/bluetooth/le/BluetoothLeAdvertiser.java#151
103 // Perform Bluetooth LE advertising in low power mode. This is the
106 // Perform Bluetooth LE advertising in balanced power mode. This is
109 // Perform Bluetooth LE advertising in low latency, high power mode.
119 … // packages/modules/Bluetooth/framework/java/android/bluetooth/le/BluetoothLeAdvertiser.java#159
158 // Bluetooth Core Specification"
162 // UUID of a Bluetooth GATT service for the beacon
[all …]
Dconfig.proto56 message Bluetooth { message
70 Bluetooth bluetooth = 1;
Dcommon.proto26 // Built-in Bluetooth Beacon for netsim.
Dhci_packet.proto20 option csharp_namespace = "Android.Emulation.Bluetooth";
Dpacket_streamer.proto34 * Bluetooth, 80211MAC, UWB, and Rtt chips.
/tools/netsim/rust/proto/src/
Dconfig.rs740 pub struct Bluetooth { struct
753 impl<'a> ::std::default::Default for &'a Bluetooth { argument
754 fn default() -> &'a Bluetooth { in default()
755 <Bluetooth as ::protobuf::Message>::default_instance() in default()
759 impl Bluetooth { impl
760 pub fn new() -> Bluetooth { in new()
769 |m: &Bluetooth| { &m.properties }, in generated_message_descriptor_data()
770 |m: &mut Bluetooth| { &mut m.properties }, in generated_message_descriptor_data()
774 |m: &Bluetooth| { &m.disable_address_reuse }, in generated_message_descriptor_data()
775 |m: &mut Bluetooth| { &mut m.disable_address_reuse }, in generated_message_descriptor_data()
[all …]
Dmodel.rs378 pub fn bt(&self) -> &chip::Bluetooth { in bt() argument
381 _ => <chip::Bluetooth as ::protobuf::Message>::default_instance(), in bt()
397 pub fn set_bt(&mut self, v: chip::Bluetooth) { in set_bt() argument
402 pub fn mut_bt(&mut self) -> &mut chip::Bluetooth { in mut_bt() argument
405 self.chip = ::std::option::Option::Some(chip::Chip::Bt(chip::Bluetooth::new())); in mut_bt()
414 pub fn take_bt(&mut self) -> chip::Bluetooth { in take_bt() argument
421 chip::Bluetooth::new() in take_bt()
600 …ush(::protobuf::reflect::rt::v2::make_oneof_message_has_get_mut_set_accessor::<_, chip::Bluetooth>( in generated_message_descriptor_data()
826 Bt(Bluetooth),
1028 pub struct Bluetooth { struct
[all …]
/tools/netsim/rust/daemon/src/wireless/
Dbluetooth.rs23 use netsim_proto::config::Bluetooth as BluetoothConfig;
25 use netsim_proto::model::chip::Bluetooth as ProtoBluetooth;
59 pub struct Bluetooth { struct
82 impl Drop for Bluetooth { argument
91 impl WirelessAdaptor for Bluetooth { implementation
184 let wireless_adaptor = Bluetooth { in new()
Dwireless_adaptor.rs34 Bluetooth(bluetooth::CreateParams), enumerator
81 CreateParam::Bluetooth(params) => bluetooth::new(params, chip_id), in new()
/tools/netsim/proto/
DAndroid.bp32 " -Ipackages/modules/Bluetooth/tools/rootcanal/proto" +
78 "packages/modules/Bluetooth/tools/rootcanal/proto",
105 "packages/modules/Bluetooth/tools/rootcanal/proto",
129 " -Ipackages/modules/Bluetooth/tools/rootcanal/proto" +
157 "//packages/modules/Bluetooth/android/pandora/mmi2grpc",
DCMakeLists.txt18 ${AOSP_ROOT}/packages/modules/Bluetooth/tools/rootcanal/proto)
/tools/netsim/src/hci/
Dbluetooth_facade.cc201 config::Bluetooth config; in Start()
276 std::shared_ptr<model::Chip::Bluetooth> model;
284 ChipInfo(uint32_t chip_id, std::shared_ptr<model::Chip::Bluetooth> model) in ChipInfo()
287 uint32_t chip_id, std::shared_ptr<model::Chip::Bluetooth> model, in ChipInfo()
298 model::Chip::Bluetooth Get(uint32_t id) { in Get()
299 model::Chip::Bluetooth model; in Get()
403 auto model = std::make_shared<model::Chip::Bluetooth>(); in Add()
429 auto model = std::make_shared<model::Chip::Bluetooth>(); in AddRustDevice()
Dbluetooth_facade.h40 model::Chip::Bluetooth Get(uint32_t);
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS466 Note: Use Bluetooth Public Address
472 Note: Use Bluetooth Public Address
501 Note: Use Bluetooth Public Address
528 Note: Use Bluetooth Public Address
536 Note: Use Bluetooth Public Address
547 Note: Use Bluetooth Public Address
561 Note: Use Bluetooth Public Address
DMCAP_PTS_INSTRUCTIONS15 Requires mcap_tool, Bluetooth to be off on the phone before starting mcap_tool
29 Turn Bluetooth off in the UI
/tools/netsim/rust/daemon/src/bluetooth/
Dmocked.rs21 use netsim_proto::config::Bluetooth as BluetoothConfig;
23 use netsim_proto::model::chip::{BleBeacon, Bluetooth};
Dbeacon.rs32 use netsim_proto::model::chip::Bluetooth;
362 Some(Bluetooth::parse_from_bytes(&bluetooth_bytes).unwrap()) in ble_beacon_get()
365 let bt = Some(netsim_proto::model::chip::Bluetooth::new()); in ble_beacon_get()
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/protos/
Dbluetooth.proto55 // Statistics about Bluetooth profile connections
84 // Information that gets logged for every Bluetooth connection.
98 // A metrics dump takes a snapshot of current Bluetooth session and thus
279 // Statistics about Bluetooth profile connections
/tools/netsim/testing/netsim-grpc/
DMANIFEST.in2 include ../../packages/modules/Bluetooth/tools/rootcanal/proto/rootcanal/*.proto
/tools/netsim/rust/cli/
Dnetsim-cli.md38 * `ble`: Create a Bluetooth low-energy beacon
66 * `ble`: Modify a Bluetooth low-energy beacon
/tools/netsim/guide/src/
DREADME.md16 | Builtin devices | Bluetooth low-energy beacons and U…
/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()
/tools/netsim/rust/daemon/src/grpc_server/
Dbackend.rs40 wireless::CreateParam::Bluetooth(wireless::bluetooth::CreateParams { in add_chip()
/tools/netsim/rust/daemon/src/
Drust_main.rs39 use netsim_proto::config::{Bluetooth as BluetoothConfig, Capture, Config};

12