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

Commit f4bf386b authored by Henri Chataing's avatar Henri Chataing
Browse files

RootCanal: Enable the LE APCF Android vendor command

/!\ RootCanal only implements the support for the vendor
command, not the filtering logic.

Bug: 296143555
Test: m root-canal
Change-Id: Ifd23b41cc55f0eb7093072bf2df271a00b291e50
parent ecb4077c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -102,7 +102,7 @@ struct ControllerProperties {
  // Vendor Supported Commands.
  bool supports_le_get_vendor_capabilities_command{true};
  bool supports_csr_vendor_command{true};
  bool supports_le_apcf_vendor_command{false};
  bool supports_le_apcf_vendor_command{true};

  // Local Supported Features (Vol 4, Part E § 7.4.3) and
  // Local Extended Features (Vol 4, Part E § 7.4.3).