Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/avct/
Davct_lcb_act.cc253 if (!L2CA_SetTxPriority(p_lcb->ch_lcid, L2CAP_CHNL_PRIORITY_HIGH)) { in avct_lcb_open_ind()
274 if (!L2CA_SetTxPriority(p_lcb->ch_lcid, L2CAP_CHNL_PRIORITY_HIGH)) { in avct_lcb_open_ind()
292 if (!L2CA_SetTxPriority(p_lcb->ch_lcid, L2CAP_CHNL_PRIORITY_HIGH)) { in avct_lcb_open_ind()
307 if (!L2CA_SetTxPriority(p_lcb->ch_lcid, L2CAP_CHNL_PRIORITY_HIGH)) { in avct_lcb_open_ind()
/packages/modules/Bluetooth/system/stack/test/
Dstack_l2cap_test.cc143 L2CAP_CHNL_PRIORITY_HIGH, // tL2CAP_CHNL_PRIORITY Channel priority
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h74 #define L2CAP_CHNL_PRIORITY_HIGH 0 macro
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_ad.cc360 L2CAP_CHNL_PRIORITY_HIGH)) { in avdt_ad_tc_open_ind()
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc1221 if (!L2CA_SetTxPriority(p_scb->l2c_cid, L2CAP_CHNL_PRIORITY_HIGH)) { in bta_av_str_opened()