Searched refs:H4Protocol (Results 1 – 9 of 9) sorted by relevance
/hardware/interfaces/bluetooth/hci/ |
D | h4_protocol.cc | 31 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()
|
D | h4_protocol.h | 30 class H4Protocol { 32 H4Protocol(int fd, PacketReadCallback cmd_cb, PacketReadCallback acl_cb,
|
/hardware/interfaces/bluetooth/1.0/default/ |
D | h4_protocol.cc | 32 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()
|
D | h4_protocol.h | 31 class H4Protocol : public HciProtocol { 33 H4Protocol(int fd, PacketReadCallback event_cb, PacketReadCallback acl_cb, in H4Protocol() function
|
D | vendor_interface.cc | 255 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/ |
D | h4_protocol_unittest.cc | 39 using hci::H4Protocol; 82 H4Protocol* h4_hci = new H4Protocol( in SetUp() 223 H4Protocol* protocol_;
|
/hardware/interfaces/bluetooth/aidl/default/ |
D | BluetoothHci.h | 60 std::shared_ptr<::android::hardware::bluetooth::hci::H4Protocol> mH4;
|
D | BluetoothHci.cpp | 143 mH4 = std::make_shared<H4Protocol>( in reset() 257 mH4 = std::make_shared<H4Protocol>( in initialize()
|
/hardware/interfaces/bluetooth/hci/test/ |
D | h4_protocol_unittest.cc | 84 h4_hci_ = std::make_shared<H4Protocol>( in SetUp() 277 std::shared_ptr<H4Protocol> h4_hci_;
|