Home
last modified time | relevance | path

Searched defs:cmd_cb_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/hardware/interfaces/bluetooth/hci/
H A Dh4_protocol.h49 PacketReadCallback cmd_cb_; variable
/aosp_15_r20/hardware/interfaces/bluetooth/hci/test/
H A Dh4_protocol_unittest.cc271 testing::MockFunction<void(const std::vector<uint8_t>&)> cmd_cb_; member in H4ProtocolTest