Searched refs:tL2CAP_PRIORITY (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Bluetooth/system/stack/include/ |
D | l2c_api.h | 65 } tL2CAP_PRIORITY; typedef 671 tL2CAP_PRIORITY priority); 968 struct formatter<tL2CAP_PRIORITY> : enum_formatter<tL2CAP_PRIORITY> {};
|
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_api.h | 299 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()
|
D | mock_main_shim_l2cap_api.h | 197 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()
|
D | mock_stack_l2cap_utils.cc | 61 tL2CAP_PRIORITY /* priority */, in l2cu_set_acl_priority() argument
|
D | mock_stack_l2cap_api.cc | 191 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority()
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_int.h | 482 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,
|
D | l2c_utils.cc | 2233 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()
|
D | l2c_api.cc | 1039 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority) { in L2CA_SetAclPriority()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | l2c_api.h | 278 bool L2CA_SetAclPriority(const RawAddress& bd_addr, tL2CAP_PRIORITY priority);
|