Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/common/
Dmock_eatt.cc91 EattChannel* EattExtension::GetChannelWithQueuedDataToSend( in GetChannelWithQueuedDataToSend() function in bluetooth::eatt::EattExtension
93 return pimpl_->GetChannelWithQueuedDataToSend(bd_addr); in GetChannelWithQueuedDataToSend()
Dmock_eatt.h55 MOCK_METHOD((EattChannel*), GetChannelWithQueuedDataToSend,
/packages/modules/Bluetooth/system/stack/eatt/
Deatt.h234 virtual EattChannel* GetChannelWithQueuedDataToSend(
Deatt.cc178 EattChannel* EattExtension::GetChannelWithQueuedDataToSend( in GetChannelWithQueuedDataToSend() function in bluetooth::eatt::EattExtension
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_cl.cc1165 EattExtension::GetInstance()->GetChannelWithQueuedDataToSend( in gatt_cl_send_next_cmd_inq()