HomeSort by relevance Sort by last modified time
    Searched refs:h4_hci (Results 1 - 3 of 3) sorted by null

  /hardware/interfaces/bluetooth/1.0/default/test/
h4_protocol_unittest.cc 78 H4Protocol* h4_hci = variable
82 sockfd[0], [h4_hci](int fd) { h4_hci->OnDataReady(fd); });
83 protocol_ = h4_hci;
  /system/bt/vendor_libs/linux/interface/
bluetooth_hci.cc 283 hci::H4Protocol* h4_hci = new hci::H4Protocol( local
290 hci_fd, [h4_hci](int fd) { h4_hci->OnDataReady(fd); });
291 hci_handle_ = h4_hci;
  /hardware/interfaces/bluetooth/1.0/default/
vendor_interface.cc 250 hci::H4Protocol* h4_hci = local
253 fd_list[0], [h4_hci](int fd) { h4_hci->OnDataReady(fd); });
254 hci_ = h4_hci;

Completed in 273 milliseconds