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

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

RootCanal: Increase the number of supported advertising sets to 16

As mandated by the android bluetooth requirements for controllers
of HCI version > 5.0:
https://source.android.com/docs/compatibility/14/android-14-cdd#743_bluetooth

Test: m root-canal
Bug: 275847929
Change-Id: I4b79afeef163bf2aacb3164eaaa53bb8a7229a85
parent c0088a8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -117,7 +117,7 @@ struct ControllerProperties {
  // LE Number of Supported Advertising Sets (Vol 4, Part E § 7.8.58)
  // Note: the controller can change the number of advertising sets
  // at any time. This behaviour is not emulated here.
  uint8_t le_num_supported_advertising_sets{8};
  uint8_t le_num_supported_advertising_sets{16};

  // LE Periodic Advertiser List Size (Vol 4, Part E § 7.8.73).
  uint8_t le_periodic_advertiser_list_size{8};