Home
last modified time | relevance | path

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

/system/bt/gd/hci/acl_manager/
Dround_robin_scheduler.h51 void SetLinkPriority(uint16_t handle, bool high_priority);
Dround_robin_scheduler.cc70 void RoundRobinScheduler::SetLinkPriority(uint16_t handle, bool high_priority) { in SetLinkPriority() function in bluetooth::hci::acl_manager::RoundRobinScheduler
/system/bt/gd/hci/
Dacl_manager.cc279 …CallOn(pimpl_->round_robin_scheduler_, &RoundRobinScheduler::SetLinkPriority, handle, high_priorit… in HACK_SetAclTxPriority()