Searched defs:hci_packet (Results 1 – 8 of 8) sorted by relevance
51 HCIPacket hci_packet = 2; field62 HCIPacket hci_packet = 2; field
73 def host_to_controller_filter(hci_packet): argument
24 pub mod hci_packet; module
99 pub fn hci_packet(&self) -> &super::hci_packet::HCIPacket { in hci_packet() method445 pub fn hci_packet(&self) -> &super::hci_packet::HCIPacket { in hci_packet() method
34 let hci_packet = HCIPacket { in response() localVariable
261 let hci_packet = HCIPacket { in connector_fd_reader() localVariable
50 auto hci_packet = hci::ACLDataPacket::New( in TEST() local
372 void VendorInterface::HandleIncomingEvent(const hidl_vec<uint8_t>& hci_packet) { in HandleIncomingEvent()