Home
last modified time | relevance | path

Searched refs:L2CA_SetAclPriority (Results 1 – 11 of 11) sorted by relevance

/aosp12/system/bt/test/mock/
H A Dmock_stack_l2cap_api.cc82 struct L2CA_SetAclPriority L2CA_SetAclPriority; variable
209 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority() function
211 return test::mock::stack_l2cap_api::L2CA_SetAclPriority(bd_addr, priority); in L2CA_SetAclPriority()
H A Dmock_main_shim_l2cap_api.cc58 struct L2CA_SetAclPriority L2CA_SetAclPriority; variable
167 bool bluetooth::shim::L2CA_SetAclPriority(uint16_t handle, bool high_priority) { in L2CA_SetAclPriority() function in bluetooth::shim
169 return test::mock::main_shim_l2cap_api::L2CA_SetAclPriority(handle, in L2CA_SetAclPriority()
172 bool bluetooth::shim::L2CA_SetAclPriority(const RawAddress& bd_addr, in L2CA_SetAclPriority() function in bluetooth::shim
H A Dmock_stack_l2cap_api.h304 struct L2CA_SetAclPriority { struct
313 extern struct L2CA_SetAclPriority L2CA_SetAclPriority; argument
H A Dmock_main_shim_l2cap_api.h227 struct L2CA_SetAclPriority { struct
234 extern struct L2CA_SetAclPriority L2CA_SetAclPriority; argument
/aosp12/system/bt/gd/hci/
H A Dacl_manager.h47 bool L2CA_SetAclPriority(uint16_t, bool);
56 friend bool bluetooth::shim::L2CA_SetAclPriority(uint16_t, bool);
/aosp12/system/bt/main/shim/
H A Dl2c_api.h296 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority);
H A Dl2c_api.cc840 bool L2CA_SetAclPriority(uint16_t handle, bool high_priority) { in L2CA_SetAclPriority() function
845 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority() function
847 return L2CA_SetAclPriority(handle, priority == L2CAP_PRIORITY_HIGH); in L2CA_SetAclPriority()
/aosp12/system/bt/stack/test/common/
H A Dmock_main_shim_l2c_api.cc109 bool bluetooth::shim::L2CA_SetAclPriority(const RawAddress& bd_addr, in L2CA_SetAclPriority() function in bluetooth::shim
/aosp12/system/bt/stack/include/
H A Dl2c_api.h612 extern bool L2CA_SetAclPriority(const RawAddress& bd_addr,
/aosp12/system/bt/stack/l2cap/
H A Dl2c_api.cc1002 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority() function
1004 return bluetooth::shim::L2CA_SetAclPriority(bd_addr, priority); in L2CA_SetAclPriority()
/aosp12/system/bt/bta/av/
H A Dbta_av_act.cc1095 L2CA_SetAclPriority(p_scb->PeerAddress(), L2CAP_PRIORITY_HIGH); in bta_av_stream_chg()
1098 L2CA_SetAclPriority(p_scb->PeerAddress(), L2CAP_PRIORITY_NORMAL); in bta_av_stream_chg()