Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4e77b9c authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

Add stack/acl/acl::link policies am: 39669fc0

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1537184

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I90aedd7f8c47f7885d15903c6aa324424e89222b
parents 9333a354 39669fc0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -53,6 +53,10 @@ typedef enum : uint16_t {
} tLINK_POLICY_BITMASK;
typedef uint16_t tLINK_POLICY;

constexpr tLINK_POLICY kAllLinkPoliciesEnabled =
    (HCI_ENABLE_CENTRAL_PERIPHERAL_SWITCH | HCI_ENABLE_HOLD_MODE |
     HCI_ENABLE_SNIFF_MODE);

static const char* link_policy_string[] = {
    " role_switch ",
    " hold_mode ",