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

Commit 4091e761 authored by Chris Manton's avatar Chris Manton
Browse files

De-anonymize stack/acl/acl::tACL_CONN

Bug: 166280067
Tag: #refactor
Test: gd/cert/run --host

Change-Id: I5ec02f7bbfc5a11c4c74edf856c3e24f57ce414a
parent 868793f7
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ typedef struct {
  void Init() { state = BTM_PM_ST_ACTIVE; }
} tBTM_PM_MCB;

typedef struct {
struct sACL_CONN {
  BD_FEATURES peer_le_features;
  bool peer_le_features_valid;
  BD_FEATURES peer_lmp_feature_pages[HCI_EXT_FEATURES_PAGE_MAX + 1];
@@ -280,7 +280,8 @@ typedef struct {

 public:
  uint8_t sca; /* Sleep clock accuracy */
} tACL_CONN;
};
typedef sACL_CONN tACL_CONN;

/****************************************************
 **      ACL Management API