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

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

Add tACL_CONN:: le and lmp flags to condition feature validity

Towards synchronized code

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

Change-Id: Ic77c6f95fdda61805dd8e1188b65c7f35674bf98
parent bb3440c6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -80,7 +80,10 @@ typedef struct {

typedef struct {
  BD_FEATURES peer_le_features;
  bool peer_le_features_valid;
  BD_FEATURES peer_lmp_feature_pages[HCI_EXT_FEATURES_PAGE_MAX + 1];
  bool peer_lmp_feature_valid[HCI_EXT_FEATURES_PAGE_MAX + 1];

  RawAddress active_remote_addr;
  RawAddress conn_addr;
  RawAddress remote_addr;