Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/
Dh4_protocol.h38 sco_cb_(sco_cb), in H4Protocol()
52 PacketReadCallback sco_cb_; variable
Dh4_protocol.cc59 sco_cb_(hci_packetizer_.GetPacket()); in OnPacketReady()
/hardware/interfaces/bluetooth/1.0/default/test/
Dh4_protocol_unittest.cc80 acl_cb_.AsStdFunction(), sco_cb_.AsStdFunction()); in SetUp()
153 EXPECT_CALL(sco_cb_, Call(HidlVecMatches(preamble + 1, sizeof(preamble) - 1, in WriteAndExpectInboundScoData()
189 testing::MockFunction<void(const hidl_vec<uint8_t>&)> sco_cb_; member in android::hardware::bluetooth::V1_0::implementation::H4ProtocolTest