Searched refs:L2CA_SetTxPriority (Results 1 – 12 of 12) sorted by relevance
/aosp12/system/bt/test/mock/ |
H A D | mock_stack_l2cap_api.cc | 83 struct L2CA_SetTxPriority L2CA_SetTxPriority; variable 213 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority() function 215 return test::mock::stack_l2cap_api::L2CA_SetTxPriority(cid, priority); in L2CA_SetTxPriority()
|
H A D | mock_main_shim_l2cap_api.cc | 69 struct L2CA_SetTxPriority L2CA_SetTxPriority; variable 230 bool bluetooth::shim::L2CA_SetTxPriority(uint16_t cid, in L2CA_SetTxPriority() function in bluetooth::shim 233 return test::mock::main_shim_l2cap_api::L2CA_SetTxPriority(cid, priority); in L2CA_SetTxPriority()
|
H A D | mock_stack_l2cap_api.h | 317 struct L2CA_SetTxPriority { struct 324 extern struct L2CA_SetTxPriority L2CA_SetTxPriority; argument
|
H A D | mock_main_shim_l2cap_api.h | 359 struct L2CA_SetTxPriority { struct 366 extern struct L2CA_SetTxPriority L2CA_SetTxPriority; argument
|
/aosp12/system/bt/stack/avct/ |
H A D | avct_lcb_act.cc | 228 L2CA_SetTxPriority(p_lcb->ch_lcid, L2CAP_CHNL_PRIORITY_HIGH); in avct_lcb_open_ind() 238 L2CA_SetTxPriority(p_lcb->ch_lcid, L2CAP_CHNL_PRIORITY_HIGH); in avct_lcb_open_ind()
|
/aosp12/system/bt/main/shim/ |
H A D | l2c_api.h | 307 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority);
|
H A D | l2c_api.cc | 1139 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority() function
|
/aosp12/system/bt/stack/test/common/ |
H A D | mock_main_shim_l2c_api.cc | 130 bool bluetooth::shim::L2CA_SetTxPriority(uint16_t cid, in L2CA_SetTxPriority() function in bluetooth::shim
|
/aosp12/system/bt/stack/include/ |
H A D | l2c_api.h | 624 extern bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority);
|
/aosp12/system/bt/stack/avdt/ |
H A D | avdt_ad.cc | 359 L2CA_SetTxPriority(avdtp_cb.ad.rt_tbl[p_tbl->ccb_idx][AVDT_CHAN_SIG].lcid, in avdt_ad_tc_open_ind()
|
/aosp12/system/bt/stack/l2cap/ |
H A D | l2c_api.cc | 1021 bool L2CA_SetTxPriority(uint16_t cid, tL2CAP_CHNL_PRIORITY priority) { in L2CA_SetTxPriority() function 1023 return bluetooth::shim::L2CA_SetTxPriority(cid, priority); in L2CA_SetTxPriority()
|
/aosp12/system/bt/bta/av/ |
H A D | bta_av_aact.cc | 1184 L2CA_SetTxPriority(p_scb->l2c_cid, L2CAP_CHNL_PRIORITY_HIGH); in bta_av_str_opened()
|