Home
last modified time | relevance | path

Searched refs:iso_cb_ (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
Dh4_protocol.h39 iso_cb_(iso_cb), in H4Protocol()
54 PacketReadCallback iso_cb_; variable
Dh4_protocol.cc62 iso_cb_(hci_packetizer_.GetPacket()); in OnPacketReady()
/hardware/interfaces/bluetooth/1.0/default/test/
Dh4_protocol_unittest.cc84 sco_cb_.AsStdFunction(), iso_cb_.AsStdFunction()); in SetUp()
203 EXPECT_CALL(iso_cb_, Call(HidlVecMatches(preamble + 1, sizeof(preamble) - 1, in WriteAndExpectInboundIsoData()
219 testing::MockFunction<void(const hidl_vec<uint8_t>&)> iso_cb_; member in android::hardware::bluetooth::V1_0::implementation::H4ProtocolTest