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

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

Properly declare tACL_CONN::tPolicy::Role() am: c2826e6d am: 32a32ed8 am: 00e5d7b4

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

Change-Id: Ic4609d4915537c4ded33db40a721d20b7a1170ea
parents 48e4735f 00e5d7b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -341,7 +341,7 @@ struct tACL_CONN {
      hci_role_t role_{HCI_ROLE_CENTRAL};
      unsigned role_switch_failed_cnt_{0};
      friend void tACL_CONN::Reset();
      friend tBTM_PM_MODE tACL_CONN::tPolicy::Role() const;
      friend hci_role_t tACL_CONN::tPolicy::Role() const;
    } role;

    struct {