Searched defs:SetChannelTxPriority (Results 1 – 7 of 7) sorted by relevance
43 virtual void SetChannelTxPriority(Cid local_cid, bool high_priority) {} in SetChannelTxPriority() function
61 virtual void SetChannelTxPriority(Cid cid, bool high_priority) {} in SetChannelTxPriority() function
69 virtual void SetChannelTxPriority(bool high_priority) { in SetChannelTxPriority() function
60 void DataPipelineManager::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority() function in bluetooth::l2cap::internal::DataPipelineManager
52 void Fifo::SetChannelTxPriority(Cid cid, bool high_priority) { in SetChannelTxPriority() function in bluetooth::l2cap::internal::Fifo
174 void Link::SetChannelTxPriority(Cid local_cid, bool high_priority) { in SetChannelTxPriority() function in bluetooth::l2cap::classic::internal::Link
265 bool SetChannelTxPriority(uint16_t cid, bool high_priority) { in SetChannelTxPriority() function