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

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

De-anonymize stack/acl/acl::tACL_CONN am: 4091e761

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia93feb166fc0b9ba3059e30a14d3694902f4c8f9
parents d34022ce 4091e761
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