Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dround_robin_scheduler.h52 void SetLinkPriority(uint16_t handle, bool high_priority);
Dround_robin_scheduler.cc77 void RoundRobinScheduler::SetLinkPriority(uint16_t handle, bool high_priority) { in SetLinkPriority() function in bluetooth::hci::acl_manager::RoundRobinScheduler
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager.cc422 …CallOn(pimpl_->round_robin_scheduler_, &RoundRobinScheduler::SetLinkPriority, handle, high_priorit… in HACK_SetAclTxPriority()