Home
last modified time | relevance | path

Searched defs:PacketReadCallback (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/tools/rootcanal/model/hci/
Dhci_protocol.h26 using PacketReadCallback = std::function<void(const std::vector<uint8_t>&)>; variable
/packages/modules/Bluetooth/system/vendor_libs/linux/interface/
Dh4_protocol.h31 using PacketReadCallback = std::function<void(const hidl_vec<uint8_t>&)>; variable
/packages/modules/Bluetooth/tools/rootcanal/test/
Dh4_parser_unittest.cc36 void PacketReadCallback(const std::vector<uint8_t>& packet) { in PacketReadCallback() function in rootcanal::H4ParserTest