Searched refs:L2CA_SetAclPriority (Results 1 – 3 of 3) sorted by relevance
755 extern bool L2CA_SetAclPriority(const RawAddress& bd_addr, uint8_t priority);
1099 L2CA_SetAclPriority(p_scb->PeerAddress(), L2CAP_PRIORITY_HIGH); in bta_av_stream_chg()1103 L2CA_SetAclPriority(p_scb->PeerAddress(), L2CAP_PRIORITY_NORMAL); in bta_av_stream_chg()
1290 bool L2CA_SetAclPriority(const RawAddress& bd_addr, uint8_t priority) { in L2CA_SetAclPriority() function