Searched refs:on_hci_packet (Results 1 – 2 of 2) sorted by relevance
28 void on_hci_packet(hal::HciPacket packet, hal::SnoopLogger::PacketType type, uint16_t length) {} in on_hci_packet() function
106 void on_hci_packet(hal::HciPacket packet, hal::SnoopLogger::PacketType type, uint16_t length) { in on_hci_packet() function163 CallOn(pimpl_.get(), &impl::on_hci_packet, truncate_packet, type, original_length); in Capture()