Home
last modified time | relevance | path

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

/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()
50 void H4Protocol::OnPacketReady() { in OnPacketReady()
72 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.cc251 hci::H4Protocol* h4_hci = in Open()
252 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()
221 H4Protocol* protocol_;