Home
last modified time | relevance | path

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

/system/bt/stack/include/
Dl2c_api.h755 extern bool L2CA_SetAclPriority(const RawAddress& bd_addr, uint8_t priority);
/system/bt/bta/av/
Dbta_av_act.cc1099 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()
/system/bt/stack/l2cap/
Dl2c_api.cc1290 bool L2CA_SetAclPriority(const RawAddress& bd_addr, uint8_t priority) { in L2CA_SetAclPriority() function