Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/1.0/default/
Dmct_protocol.h41 void OnAclDataReady(int fd);
Dmct_protocol.cc63 void MctProtocol::OnAclDataReady(int fd) { in OnAclDataReady() function in android::hardware::bluetooth::hci::MctProtocol
Dvendor_interface.cc262 fd_list[CH_ACL_IN], [mct_hci](int fd) { mct_hci->OnAclDataReady(fd); }); in Open()
/hardware/interfaces/bluetooth/1.0/default/test/
Dmct_protocol_unittest.cc84 mct_fds[CH_ACL_IN], [mct_hci](int fd) { mct_hci->OnAclDataReady(fd); }); in SetUp()