Home
last modified time | relevance | path

Searched defs:Bluetooth (Results 1 – 6 of 6) sorted by relevance

/tools/netsim/rust/daemon/src/wireless/
Dbluetooth.rs60 pub struct Bluetooth { struct
83 impl Drop for Bluetooth { implementation
92 impl WirelessChip for Bluetooth { implementation
Dwireless_manager.rs29 Bluetooth(bluetooth::CreateParams), enumerator
/tools/netsim/rust/proto/src/
Dconfig.rs757 pub struct Bluetooth { struct
761 // @@protoc_insertion_point(field:netsim.config.Bluetooth.disable_address_reuse) argument
763 // @@protoc_insertion_point(field:netsim.config.Bluetooth.test_beacons) argument
766 // @@protoc_insertion_point(special_field:netsim.config.Bluetooth.special_fields) argument
770 impl<'a> ::std::default::Default for &'a Bluetooth { implementation
776 impl Bluetooth { implementation
807 impl ::protobuf::Message for Bluetooth { implementation
897 impl ::protobuf::MessageFull for Bluetooth { implementation
904 impl ::std::fmt::Display for Bluetooth { implementation
910 impl ::protobuf::reflect::ProtobufValue for Bluetooth { implementation
Dmodel.rs379 pub fn bt(&self) -> &chip::Bluetooth { in bt()
398 pub fn set_bt(&mut self, v: chip::Bluetooth) { in set_bt()
403 pub fn mut_bt(&mut self) -> &mut chip::Bluetooth { in mut_bt()
415 pub fn take_bt(&mut self) -> chip::Bluetooth { in take_bt()
1046 pub struct Bluetooth { struct
1049 pub low_energy: ::protobuf::MessageField<Radio>,
1051 pub classic: ::protobuf::MessageField<Radio>,
1053 pub address: ::std::string::String,
1055 pub bt_properties: ::protobuf::MessageField<super::super::configuration::Controller>,
1058 pub special_fields: ::protobuf::SpecialFields,
[all …]
/tools/netsim/proto/netsim/
Dconfig.proto57 message Bluetooth { message
Dmodel.proto82 message Bluetooth { message