Home
last modified time | relevance | path

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

/tools/netsim/rust/frontend-proto/src/
Dmodel.rs380 pub fn bt(&self) -> &chip::Bluetooth { in bt()
399 pub fn set_bt(&mut self, v: chip::Bluetooth) { in set_bt()
404 pub fn mut_bt(&mut self) -> &mut chip::Bluetooth { in mut_bt()
416 pub fn take_bt(&mut self) -> chip::Bluetooth { in take_bt()
977 pub struct Bluetooth { struct
980 pub low_energy: ::protobuf::MessageField<Radio>,
982 pub classic: ::protobuf::MessageField<Radio>,
985 pub special_fields: ::protobuf::SpecialFields,
988 impl<'a> ::std::default::Default for &'a Bluetooth { implementation
994 impl Bluetooth { implementation
[all …]
/tools/netsim/src/proto/
Dmodel.proto70 message Bluetooth { message