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

Commit 26a82dcc authored by Myles Watson's avatar Myles Watson
Browse files

RootCanal: Use 7 Advertisers to expand CTS tests

Android doesn't run CTS verifier tests for multi-
advertising unless there are at least 5 advertisers.

Bug: 199421920
Test: cert/run
Tag: #feature
Change-Id: I16a014b03ad80f88176a845ead02587250be57e8
parent f9f12742
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -450,7 +450,7 @@ class LinkLayerController {
                         std::array<uint8_t, kIrk_size>>>
      le_resolving_list_;

  std::array<LeAdvertiser, 3> advertisers_;
  std::array<LeAdvertiser, 7> advertisers_;

  bluetooth::hci::OpCode le_scan_enable_{bluetooth::hci::OpCode::NONE};
  uint8_t le_scan_type_{};