Home
last modified time | relevance | path

Searched refs:h4_hci (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/test/
Dh4_protocol_unittest.cc82 H4Protocol* h4_hci = new H4Protocol( in SetUp() local
86 sockfd[0], [h4_hci](int fd) { h4_hci->OnDataReady(fd); }); in SetUp()
87 protocol_ = h4_hci; in SetUp()
/hardware/interfaces/bluetooth/1.0/default/
Dvendor_interface.cc251 hci::H4Protocol* h4_hci = in Open() local
254 fd_list[0], [h4_hci](int fd) { h4_hci->OnDataReady(fd); }); in Open()
255 hci_ = h4_hci; in Open()