Searched refs:L2CA_SetTxPriority (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_api.cc | 59 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()
|
D | mock_stack_l2cap_api.h | 324 struct L2CA_SetTxPriority { struct 333 extern struct L2CA_SetTxPriority L2CA_SetTxPriority; argument
|
D | mock_main_shim_l2cap_api.h | 321 struct L2CA_SetTxPriority { struct 328 extern struct L2CA_SetTxPriority L2CA_SetTxPriority; argument
|
/packages/modules/Bluetooth/system/stack/avct/ |
D | avct_lcb_act.cc | 253 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/ |
D | l2c_api.h | 289 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority);
|
/packages/modules/Bluetooth/system/stack/include/ |
D | l2c_api.h | 694 [[nodiscard]] bool L2CA_SetTxPriority(uint16_t cid,
|
/packages/modules/Bluetooth/system/stack/avdt/ |
D | avdt_ad.cc | 358 if (!L2CA_SetTxPriority( in avdt_ad_tc_open_ind()
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_api.cc | 1067 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority() function
|
/packages/modules/Bluetooth/system/bta/av/ |
D | bta_av_aact.cc | 1221 if (!L2CA_SetTxPriority(p_scb->l2c_cid, L2CAP_CHNL_PRIORITY_HIGH)) { in bta_av_str_opened()
|