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

Commit c2826e6d authored by Chris Manton's avatar Chris Manton
Browse files

Properly declare tACL_CONN::tPolicy::Role()

Bug: 179120287
Test: gd/cert/run
Tag: #refactor
BYPASS_LONG_LINES_REASON: Bluetooth likes 120 lines

Change-Id: I6cf33ae3c9a28024c54b7d448c13426e9effe808
parent 6ca70a58
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 {