[roll] Roll fuchsia [bt][fidl] Add size bounds to AdvertisingData fields.

AdvertisingData is encoded for the Bluetooth protocol as a length byte
followed by field data. As such, each field's length when encoded must
fit in a single byte (i.e. be <= 255).

Original-Bug: 66980
Test: FIDL bounds-checking change only.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/466217
Original-Revision: 788f537577cb1d52381fe91c396e8716d9086257
GitOrigin-RevId: 0c29ffc2c302041dab3f176b625306dec2bd39fd
Change-Id: I78d8a94aac4755203dcf58a46e5b5492fa235a64
1 file changed
tree: 30bf843b68d680749c73f9029d5aab65347880fd
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.