Home
last modified time | relevance | path

Searched refs:HACK_SetChannelTxPriority (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/gd/l2cap/
H A Ddynamic_channel.cc46 void DynamicChannel::HACK_SetChannelTxPriority(bool high_priority) { in HACK_SetChannelTxPriority() function in bluetooth::l2cap::DynamicChannel
H A Ddynamic_channel.h79 void HACK_SetChannelTxPriority(bool high_priority);
/aosp12/system/bt/main/shim/
H A Dl2c_api.cc271 channel->second->HACK_SetChannelTxPriority(high_priority); in SetChannelTxPriority()