Searched refs:SetLinkPriority (Results 1 – 3 of 3) sorted by relevance
51 void SetLinkPriority(uint16_t handle, bool high_priority);
70 void RoundRobinScheduler::SetLinkPriority(uint16_t handle, bool high_priority) { in SetLinkPriority() function in bluetooth::hci::acl_manager::RoundRobinScheduler
279 …CallOn(pimpl_->round_robin_scheduler_, &RoundRobinScheduler::SetLinkPriority, handle, high_priorit… in HACK_SetAclTxPriority()