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

/system/bt/vendor_libs/linux/interface/
H A Dh4_protocol.h33 class H4Protocol { class in namespace:android::hardware::bluetooth::hci
35 H4Protocol(int fd, PacketReadCallback event_cb, PacketReadCallback acl_cb, function in class:android::hardware::bluetooth::hci::H4Protocol
H A Dh4_protocol.cc31 size_t H4Protocol::Send(uint8_t type, const uint8_t* data, size_t length) {
59 void H4Protocol::OnPacketReady() {
79 void H4Protocol::OnDataReady(int fd) {
H A Dbluetooth_hci.h51 hci::H4Protocol* hci_handle_;
H A Dbluetooth_hci.cc283 hci::H4Protocol* h4_hci = new hci::H4Protocol(

Completed in 218 milliseconds