Home
last modified time | relevance | path

Searched defs:hci_packet (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/tools/netsim/proto/netsim/
H A Dpacket_streamer.proto51 HCIPacket hci_packet = 2; field
62 HCIPacket hci_packet = 2; field
/aosp_15_r20/external/python/bumble/apps/
Dhci_bridge.py73 def host_to_controller_filter(hci_packet): argument
/aosp_15_r20/tools/netsim/rust/proto/src/
H A Dlib.rs24 pub mod hci_packet; module
H A Dpacket_streamer.rs99 pub fn hci_packet(&self) -> &super::hci_packet::HCIPacket { in hci_packet() method
445 pub fn hci_packet(&self) -> &super::hci_packet::HCIPacket { in hci_packet() method
/aosp_15_r20/tools/netsim/rust/daemon/src/transport/
H A Dgrpc.rs34 let hci_packet = HCIPacket { in response() localVariable
H A Dfd.rs261 let hci_packet = HCIPacket { in connector_fd_reader() localVariable
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dbasic_mode_rx_engine_test.cc50 auto hci_packet = hci::ACLDataPacket::New( in TEST() local
/aosp_15_r20/hardware/interfaces/bluetooth/1.0/default/
H A Dvendor_interface.cc372 void VendorInterface::HandleIncomingEvent(const hidl_vec<uint8_t>& hci_packet) { in HandleIncomingEvent()