Home
last modified time | relevance | path

Searched refs:tL2CAP_PRIORITY (Results 1 – 12 of 12) sorted by relevance

/system/bt/stack/include/
Dl2c_api.h60 } tL2CAP_PRIORITY; typedef
613 tL2CAP_PRIORITY priority);
/system/bt/test/mock/
Dmock_stack_l2cap_api.h305 std::function<bool(const RawAddress& bd_addr, tL2CAP_PRIORITY priority)> body{
306 [](const RawAddress& bd_addr, tL2CAP_PRIORITY priority) {
309 bool operator()(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in operator()
Dmock_main_shim_l2cap_api.h239 std::function<bool(const RawAddress& bd_addr, tL2CAP_PRIORITY priority)> body{
240 [](const RawAddress& bd_addr, tL2CAP_PRIORITY priority) {
243 bool operator()(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in operator()
Dmock_stack_l2cap_utils.cc65 bool l2cu_set_acl_priority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority, in l2cu_set_acl_priority()
Dmock_stack_l2cap_api.cc209 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority()
Dmock_main_shim_l2cap_api.cc173 tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority()
/system/bt/stack/l2cap/
Dl2c_int.h486 tL2CAP_PRIORITY acl_priority;
491 bool set_priority(tL2CAP_PRIORITY priority) { in set_priority()
680 tL2CAP_PRIORITY priority,
Dl2c_api.cc1002 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority()
Dl2c_utils.cc2215 bool l2cu_set_acl_priority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority, in l2cu_set_acl_priority()
/system/bt/main/shim/
Dl2c_api.h296 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority);
Dl2c_api.cc845 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority()
/system/bt/stack/test/common/
Dmock_main_shim_l2c_api.cc110 tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority()