/tools/netsim/proto/netsim/ |
D | model.proto | 81 // 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 …]
|
D | config.proto | 56 message Bluetooth { message 70 Bluetooth bluetooth = 1;
|
D | common.proto | 26 // Built-in Bluetooth Beacon for netsim.
|
D | hci_packet.proto | 20 option csharp_namespace = "Android.Emulation.Bluetooth";
|
D | packet_streamer.proto | 34 * Bluetooth, 80211MAC, UWB, and Rtt chips.
|
/tools/netsim/rust/proto/src/ |
D | config.rs | 740 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 …]
|
D | model.rs | 378 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/ |
D | bluetooth.rs | 23 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()
|
D | wireless_adaptor.rs | 34 Bluetooth(bluetooth::CreateParams), enumerator 81 CreateParam::Bluetooth(params) => bluetooth::new(params, chip_id), in new()
|
/tools/netsim/proto/ |
D | Android.bp | 32 " -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",
|
D | CMakeLists.txt | 18 ${AOSP_ROOT}/packages/modules/Bluetooth/tools/rootcanal/proto)
|
/tools/netsim/src/hci/ |
D | bluetooth_facade.cc | 201 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()
|
D | bluetooth_facade.h | 40 model::Chip::Bluetooth Get(uint32_t);
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | GAP_PTS_INSTRUCTIONS | 466 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
|
D | MCAP_PTS_INSTRUCTIONS | 15 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/ |
D | mocked.rs | 21 use netsim_proto::config::Bluetooth as BluetoothConfig; 23 use netsim_proto::model::chip::{BleBeacon, Bluetooth};
|
D | beacon.rs | 32 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/ |
D | bluetooth.proto | 55 // 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/ |
D | MANIFEST.in | 2 include ../../packages/modules/Bluetooth/tools/rootcanal/proto/rootcanal/*.proto
|
/tools/netsim/rust/cli/ |
D | netsim-cli.md | 38 * `ble`: Create a Bluetooth low-energy beacon 66 * `ble`: Modify a Bluetooth low-energy beacon
|
/tools/netsim/guide/src/ |
D | README.md | 16 | Builtin devices | Bluetooth low-energy beacons and U…
|
/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()
|
/tools/netsim/rust/daemon/src/grpc_server/ |
D | backend.rs | 40 wireless::CreateParam::Bluetooth(wireless::bluetooth::CreateParams { in add_chip()
|
/tools/netsim/rust/daemon/src/ |
D | rust_main.rs | 39 use netsim_proto::config::{Bluetooth as BluetoothConfig, Capture, Config};
|