[roll] Roll fuchsia [bt-transport-uart] Add value check before using binding options

Currently the driver uses HciTransport binding to send up received
packets to the host without checking whether there's a valid binding
instance in the std::optional, this could result in a crash when the
binding is empty, adding the check an emit an error log from driver when
it tries to send up packet through an invalid binding.

Test: OOBE on smart display.
Original-Bug: 371581838
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1133480
Original-Revision: 91add0b2158f972ef6622de932c5d9ce12f88d1e
GitOrigin-RevId: d4cde9b904df25e6e82984bc80dcf7c368e0e5f3
Change-Id: Ib83535e5d93e7558635b74b1f040860c1ef1b87c
1 file changed
tree: 208f29db51d92753e127ae10411142f4301b3108
  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 in one of the communication channels documented at get involved.

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.