Home
last modified time | relevance | path

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

/aosp12/system/bt/stack/test/common/
H A Dmock_eatt.cc87 EattChannel* EattExtension::GetChannelWithQueuedData( in GetChannelWithQueuedData() function in bluetooth::eatt::EattExtension
89 return pimpl_->GetChannelWithQueuedData(bd_addr); in GetChannelWithQueuedData()
H A Dmock_eatt.h51 MOCK_METHOD((EattChannel*), GetChannelWithQueuedData,
/aosp12/system/bt/stack/eatt/
H A Deatt.h220 virtual EattChannel* GetChannelWithQueuedData(const RawAddress& bd_addr);
H A Deatt.cc168 EattChannel* EattExtension::GetChannelWithQueuedData( in GetChannelWithQueuedData() function in bluetooth::eatt::EattExtension
/aosp12/system/bt/stack/gatt/
H A Dgatt_cl.cc1132 EattExtension::GetInstance()->GetChannelWithQueuedData(tcb.peer_bda); in gatt_cl_send_next_cmd_inq()