Searched defs:sco_cb_ (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/bluetooth/hci/ | ||
D | h4_protocol.h | 51 PacketReadCallback sco_cb_; variable |
/hardware/interfaces/bluetooth/1.0/default/ | ||
D | h4_protocol.h | 53 PacketReadCallback sco_cb_; variable |
/hardware/interfaces/bluetooth/1.0/default/test/ | ||
D | h4_protocol_unittest.cc | 220 testing::MockFunction<void(const hidl_vec<uint8_t>&)> sco_cb_; member in android::hardware::bluetooth::V1_0::implementation::H4ProtocolTest |
/hardware/interfaces/bluetooth/hci/test/ | ||
D | h4_protocol_unittest.cc | 274 testing::MockFunction<void(const std::vector<uint8_t>&)> sco_cb_; member in H4ProtocolTest |