Searched refs:OnInquiryComplete (Results 1 – 2 of 2) sorted by relevance
97 void OnInquiryComplete(bluetooth::hci::ErrorCode status);
162 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