Home
last modified time | relevance | path

Searched refs:L2CA_SetTxPriority (Results 1 – 5 of 5) sorted by relevance

/system/bt/stack/avct/
Davct_lcb_act.cc226 L2CA_SetTxPriority(p_lcb->ch_lcid, L2CAP_CHNL_PRIORITY_HIGH); in avct_lcb_open_ind()
236 L2CA_SetTxPriority(p_lcb->ch_lcid, L2CAP_CHNL_PRIORITY_HIGH); in avct_lcb_open_ind()
/system/bt/stack/avdt/
Davdt_ad.cc362 L2CA_SetTxPriority(avdtp_cb.ad.rt_tbl[p_tbl->ccb_idx][AVDT_CHAN_SIG].lcid, in avdt_ad_tc_open_ind()
/system/bt/stack/include/
Dl2c_api.h791 extern bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority);
/system/bt/stack/l2cap/
Dl2c_api.cc1386 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority() function
/system/bt/bta/av/
Dbta_av_aact.cc1224 L2CA_SetTxPriority(p_scb->l2c_cid, L2CAP_CHNL_PRIORITY_HIGH); in bta_av_str_opened()