Home
last modified time | relevance | path

Searched refs:IsOutstandingMsgInSendQueue (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/stack/test/common/
H A Dmock_eatt.cc83 bool EattExtension::IsOutstandingMsgInSendQueue(const RawAddress& bd_addr) { in IsOutstandingMsgInSendQueue() function in bluetooth::eatt::EattExtension
84 return pimpl_->IsOutstandingMsgInSendQueue(bd_addr); in IsOutstandingMsgInSendQueue()
H A Dmock_eatt.h50 MOCK_METHOD((bool), IsOutstandingMsgInSendQueue, (const RawAddress& bd_addr));
/aosp12/system/bt/stack/eatt/
H A Deatt.h211 virtual bool IsOutstandingMsgInSendQueue(const RawAddress& bd_addr);
H A Deatt.cc164 bool EattExtension::IsOutstandingMsgInSendQueue(const RawAddress& bd_addr) { in IsOutstandingMsgInSendQueue() function in bluetooth::eatt::EattExtension
/aosp12/system/bt/stack/gatt/
H A Dgatt_cl.cc1127 EattExtension::GetInstance()->IsOutstandingMsgInSendQueue(tcb.peer_bda)) { in gatt_cl_send_next_cmd_inq()