commit | 2036fdef704762d540f2798814215d9fdaf05faa | [log] [tgz] |
---|---|---|
author | Faraaz Sareshwala <faraazs@gmail.com> | Wed Jul 17 14:35:47 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 17 14:35:47 2024 +0000 |
tree | 43795c1f5c66c0e7d60bc9265fa3ce7c3facf11f | |
parent | a622862b3f0bc5d41930b6e0d4b65ac0ec895dea [diff] |
pw_bluetooth_sapphire: 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. 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) Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1048031 GitOrigin-RevId: b5c9dce54f4cbfbb0afa68e6ea0a4d0bce636a95 Change-Id: I834fd904549dfe5574da80da2722dd4f7f760615 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/221188 Reviewed-by: Faraaz Sareshwala <fsareshwala@google.com> Commit-Queue: Jason Graffius <jgraff@google.com> Pigweed-Auto-Submit: Faraaz Sareshwala <fsareshwala@google.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.