Home
last modified time | relevance | path

Searched defs:HCIPacket (Results 1 – 4 of 4) sorted by relevance

/tools/netsim/rust/backend-proto/src/
Dhci_packet.rs28 pub struct HCIPacket { struct
30 pub field_type: HCIPacket_PacketType, argument
39 impl<'a> ::std::default::Default for &'a HCIPacket { argument
45 impl HCIPacket { impl
92 impl ::protobuf::Message for HCIPacket { implementation
199 impl ::protobuf::Clear for HCIPacket { implementation
207 impl ::std::fmt::Debug for HCIPacket { implementation
213 impl ::protobuf::reflect::ProtobufValue for HCIPacket { implementation
Dpacket_streamer.rs109 pub fn get_hci_packet(&self) -> &super::hci_packet::HCIPacket { in get_hci_packet()
127 pub fn set_hci_packet(&mut self, v: super::hci_packet::HCIPacket) { in set_hci_packet()
132 pub fn mut_hci_packet(&mut self) -> &mut super::hci_packet::HCIPacket { in mut_hci_packet()
144 pub fn take_hci_packet(&mut self) -> super::hci_packet::HCIPacket { in take_hci_packet()
463 pub fn get_hci_packet(&self) -> &super::hci_packet::HCIPacket { in get_hci_packet()
481 pub fn set_hci_packet(&mut self, v: super::hci_packet::HCIPacket) { in set_hci_packet()
486 pub fn mut_hci_packet(&mut self) -> &mut super::hci_packet::HCIPacket { in mut_hci_packet()
498 pub fn take_hci_packet(&mut self) -> super::hci_packet::HCIPacket { in take_hci_packet()
/tools/netsim/src/proto/
Dhci_packet.proto25 message HCIPacket { message
/tools/netsim/src/backend/
Dfd_startup.cc38 enum HCIPacket : int { enum