[roll] Roll fuchsia [bt][gap] Add LowEnergyConnection::Create to handle initialization errors

Replace public LowEnergyConnection constructor with a static Create()
method that handles errors during initialization and returns nullptr
if an error occurs during initialization.

Remove async::PostTask in LowEnergyConnection that existed to avoid
signaling an error during construction.

Test: fx test bt-host-gap-tests
Original-Bug: 100594
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/680122
Original-Revision: ccde6d4fc119eb779900316756a81a7d93e30ffd
GitOrigin-RevId: 1a56f786c5d9eefee52f1eee9929b701601dc2a0
Change-Id: I097b96a79c691d9230ce19e4f9142b58f85cb5a9
1 file changed
tree: df2505acb65bc1fbf1cfaa2d8203f8734c10017e
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. fortune-teller
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.