Searched defs:HCIPacket (Results 1 – 4 of 4) sorted by relevance
28 pub struct HCIPacket { struct30 pub field_type: HCIPacket_PacketType, argument39 impl<'a> ::std::default::Default for &'a HCIPacket { argument45 impl HCIPacket { impl92 impl ::protobuf::Message for HCIPacket { implementation199 impl ::protobuf::Clear for HCIPacket { implementation207 impl ::std::fmt::Debug for HCIPacket { implementation213 impl ::protobuf::reflect::ProtobufValue for HCIPacket { implementation
109 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()
25 message HCIPacket { message
38 enum HCIPacket : int { enum