Searched refs:GetChannelWithQueuedDataToSend (Results 1 – 5 of 5) sorted by relevance
84 EattChannel* EattExtension::GetChannelWithQueuedDataToSend(const RawAddress& bd_addr) { in GetChannelWithQueuedDataToSend() function in bluetooth::eatt::EattExtension85 return pimpl_->GetChannelWithQueuedDataToSend(bd_addr); in GetChannelWithQueuedDataToSend()
50 MOCK_METHOD((EattChannel*), GetChannelWithQueuedDataToSend, (const RawAddress& bd_addr));
228 virtual EattChannel* GetChannelWithQueuedDataToSend(const RawAddress& bd_addr);
187 EattChannel* EattExtension::GetChannelWithQueuedDataToSend(const RawAddress& bd_addr) { in GetChannelWithQueuedDataToSend() function in bluetooth::eatt::EattExtension
1199 EattExtension::GetInstance()->GetChannelWithQueuedDataToSend(tcb.peer_bda); in gatt_cl_send_next_cmd_inq()