Home
last modified time | relevance | path

Searched refs:H4Protocol (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/bluetooth/hci/
Dh4_protocol.cc31 H4Protocol::H4Protocol(int fd, PacketReadCallback cmd_cb, in H4Protocol() function in android::hardware::bluetooth::hci::H4Protocol
43 size_t H4Protocol::Send(PacketType type, const std::vector<uint8_t>& vector) { in Send()
47 size_t H4Protocol::Send(PacketType type, const uint8_t* data, size_t length) { in Send()
73 size_t H4Protocol::OnPacketReady(const std::vector<uint8_t>& packet) { in OnPacketReady()
98 void H4Protocol::SendDataToPacketizer(uint8_t* buffer, size_t length) { in SendDataToPacketizer()
119 void H4Protocol::OnDataReady() { in OnDataReady()
Dh4_protocol.h30 class H4Protocol {
32 H4Protocol(int fd, PacketReadCallback cmd_cb, PacketReadCallback acl_cb,
/hardware/interfaces/bluetooth/1.0/default/
Dh4_protocol.cc32 size_t H4Protocol::Send(uint8_t type, const uint8_t* data, size_t length) { in Send()
81 void H4Protocol::OnPacketReady() { in OnPacketReady()
103 void H4Protocol::OnDataReady(int fd) { in OnDataReady()
Dh4_protocol.h31 class H4Protocol : public HciProtocol {
33 H4Protocol(int fd, PacketReadCallback event_cb, PacketReadCallback acl_cb, in H4Protocol() function
Dvendor_interface.cc255 hci::H4Protocol* h4_hci = in Open()
256 new hci::H4Protocol(fd_list[0], intercept_events, acl_cb, sco_cb, iso_cb); in Open()
/hardware/interfaces/bluetooth/1.0/default/test/
Dh4_protocol_unittest.cc39 using hci::H4Protocol;
82 H4Protocol* h4_hci = new H4Protocol( in SetUp()
223 H4Protocol* protocol_;
/hardware/interfaces/bluetooth/aidl/default/
DBluetoothHci.h60 std::shared_ptr<::android::hardware::bluetooth::hci::H4Protocol> mH4;
DBluetoothHci.cpp143 mH4 = std::make_shared<H4Protocol>( in reset()
257 mH4 = std::make_shared<H4Protocol>( in initialize()
/hardware/interfaces/bluetooth/hci/test/
Dh4_protocol_unittest.cc84 h4_hci_ = std::make_shared<H4Protocol>( in SetUp()
277 std::shared_ptr<H4Protocol> h4_hci_;