Home
last modified time | relevance | path

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

/hal_espressif-latest/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-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_ad.c359 …2CA_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-latest/components/bt/host/bluedroid/stack/include/stack/
Dl2c_api.h62 #define L2CAP_CHNL_PRIORITY_HIGH 0 macro