Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.cc59 struct L2CA_SetTxPriority L2CA_SetTxPriority; variable
199 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority() function
201 return test::mock::stack_l2cap_api::L2CA_SetTxPriority(cid, priority); in L2CA_SetTxPriority()
Dmock_stack_l2cap_api.h324 struct L2CA_SetTxPriority { struct
333 extern struct L2CA_SetTxPriority L2CA_SetTxPriority; argument
Dmock_main_shim_l2cap_api.h321 struct L2CA_SetTxPriority { struct
328 extern struct L2CA_SetTxPriority L2CA_SetTxPriority; argument
/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/main/shim/
Dl2c_api.h289 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority);
/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h694 [[nodiscard]] bool L2CA_SetTxPriority(uint16_t cid,
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_ad.cc358 if (!L2CA_SetTxPriority( in avdt_ad_tc_open_ind()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_api.cc1067 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority() function
/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()