[roll] Roll fuchsia [bt][core] fix max connection event length value

Some controllers require Max_CE_Length < Connection_Interval_Max * 2
and will fail with invalid HCI command parameters if this is not the
case. This change reverts the `Max_CE_Length` value that we set to be
`0x0000`. We don't actually have a preference and the Controller isn't
even required to use the value we set.

Original-Fixed: b/323255182
Test: fx test //src/connectivity/bluetooth/core/bt-host
Test: Manually test connections via legacy connections (smart display)
Test: Manually test connections via extended connections (NUC 11)
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1048031
Original-Revision: b5c9dce54f4cbfbb0afa68e6ea0a4d0bce636a95
GitOrigin-RevId: 31254ab2d22b7f7b0396b8349853f5a3a9809cce
Change-Id: I544675dbcd1654f7b4315b8344680e726246b2d4
1 file changed
tree: 3382faed9ca82cf9373202be62b12dd8dd16d6a9
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.