Searched refs:H4Protocol (Results 1 – 4 of 4) sorted by relevance
/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() 50 void H4Protocol::OnPacketReady() { in OnPacketReady() 69 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 | 250 hci::H4Protocol* h4_hci = in Open() 251 new hci::H4Protocol(fd_list[0], intercept_events, acl_cb, sco_cb); in Open()
|
/hardware/interfaces/bluetooth/1.0/default/test/ |
D | h4_protocol_unittest.cc | 39 using hci::H4Protocol; 78 H4Protocol* h4_hci = in SetUp() 79 new H4Protocol(sockfd[0], event_cb_.AsStdFunction(), in SetUp() 191 H4Protocol* protocol_;
|