Home
last modified time | relevance | path

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

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