Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avct/
Davct_lcb_act.c233 L2CA_SetTxPriority(p_lcb->ch_lcid, L2CAP_CHNL_PRIORITY_HIGH); in avct_lcb_open_ind()
243 L2CA_SetTxPriority(p_lcb->ch_lcid, L2CAP_CHNL_PRIORITY_HIGH); in avct_lcb_open_ind()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/avdt/
Davdt_ad.c359L2CA_SetTxPriority(avdt_cb.ad.rt_tbl[p_tbl->ccb_idx][AVDT_CHAN_SIG].lcid, L2CAP_CHNL_PRIORITY_HIGH… in avdt_ad_tc_open_ind()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h764 extern BOOLEAN L2CA_SetTxPriority (UINT16 cid, tL2CAP_CHNL_PRIORITY priority);
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/l2cap/
Dl2c_api.c1065 BOOLEAN L2CA_SetTxPriority (UINT16 cid, tL2CAP_CHNL_PRIORITY priority) in L2CA_SetTxPriority() function
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/av/
Dbta_av_aact.c1355 L2CA_SetTxPriority(p_scb->l2c_cid, L2CAP_CHNL_PRIORITY_MEDIUM); in bta_av_str_opened()