Home
last modified time | relevance | path

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

/system/bt/main/shim/
Dbtm.h97 void OnInquiryComplete(bluetooth::hci::ErrorCode status);
Dbtm.cc162 std::bind(&Btm::OnInquiryComplete, this, std::placeholders::_1)}; in Btm()
213 void Btm::OnInquiryComplete(bluetooth::hci::ErrorCode status) { in OnInquiryComplete() function in bluetooth::shim::Btm