Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/common/
Dmock_eatt.cc84 EattChannel* EattExtension::GetChannelWithQueuedDataToSend(const RawAddress& bd_addr) { in GetChannelWithQueuedDataToSend() function in bluetooth::eatt::EattExtension
85 return pimpl_->GetChannelWithQueuedDataToSend(bd_addr); in GetChannelWithQueuedDataToSend()
Dmock_eatt.h50 MOCK_METHOD((EattChannel*), GetChannelWithQueuedDataToSend, (const RawAddress& bd_addr));
/aosp_15_r20/packages/modules/Bluetooth/system/stack/eatt/
Deatt.h228 virtual EattChannel* GetChannelWithQueuedDataToSend(const RawAddress& bd_addr);
Deatt.cc187 EattChannel* EattExtension::GetChannelWithQueuedDataToSend(const RawAddress& bd_addr) { in GetChannelWithQueuedDataToSend() function in bluetooth::eatt::EattExtension
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_cl.cc1199 EattExtension::GetInstance()->GetChannelWithQueuedDataToSend(tcb.peer_bda); in gatt_cl_send_next_cmd_inq()