Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/common/
Dmock_eatt.cc80 bool EattExtension::IsOutstandingMsgInSendQueue(const RawAddress& bd_addr) { in IsOutstandingMsgInSendQueue() function in bluetooth::eatt::EattExtension
81 return pimpl_->IsOutstandingMsgInSendQueue(bd_addr); in IsOutstandingMsgInSendQueue()
Dmock_eatt.h49 MOCK_METHOD((bool), IsOutstandingMsgInSendQueue, (const RawAddress& bd_addr));
/aosp_15_r20/packages/modules/Bluetooth/system/stack/eatt/
Deatt.h219 virtual bool IsOutstandingMsgInSendQueue(const RawAddress& bd_addr);
Deatt.cc183 bool EattExtension::IsOutstandingMsgInSendQueue(const RawAddress& bd_addr) { in IsOutstandingMsgInSendQueue() function in bluetooth::eatt::EattExtension
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_cl.cc1194 EattExtension::GetInstance()->IsOutstandingMsgInSendQueue(tcb.peer_bda)) { in gatt_cl_send_next_cmd_inq()