Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/include/
Dl2c_api.h65 } tL2CAP_PRIORITY; typedef
671 tL2CAP_PRIORITY priority);
968 struct formatter<tL2CAP_PRIORITY> : enum_formatter<tL2CAP_PRIORITY> {};
/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_api.h299 std::function<bool(const RawAddress& bd_addr, tL2CAP_PRIORITY priority)> body{
300 [](const RawAddress& /* bd_addr */, tL2CAP_PRIORITY /* priority */) {
303 bool operator()(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in operator()
Dmock_main_shim_l2cap_api.h197 std::function<bool(const RawAddress& bd_addr, tL2CAP_PRIORITY priority)> body{
198 [](const RawAddress& bd_addr, tL2CAP_PRIORITY priority) {
201 bool operator()(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in operator()
Dmock_stack_l2cap_utils.cc61 tL2CAP_PRIORITY /* priority */, in l2cu_set_acl_priority() argument
Dmock_stack_l2cap_api.cc191 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_int.h482 tL2CAP_PRIORITY acl_priority;
487 bool set_priority(tL2CAP_PRIORITY priority) { in set_priority()
714 bool l2cu_set_acl_priority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority,
Dl2c_utils.cc2233 tL2CAP_PRIORITY priority) { in l2cu_set_acl_priority_latency_brcm()
2274 tL2CAP_PRIORITY priority) { in l2cu_set_acl_priority_latency_syna()
2314 tL2CAP_PRIORITY priority) { in l2cu_set_acl_priority_unisoc()
2347 bool l2cu_set_acl_priority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority, in l2cu_set_acl_priority()
Dl2c_api.cc1039 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority()
/packages/modules/Bluetooth/system/main/shim/
Dl2c_api.h278 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority);