[roll] Roll fuchsia [bt][hci-spec] add vendor protocol definition file and some initial definitions

Android's vendor extensions define their own HCI command packets. This
change introduces a vendor_protocol.h file which will house those HCI
command packet definitions via packed structs. It also adds the return
parameters for an initial HCI command packet struct, LE Get Vendor
Capabilities.

Original-Bug: 92855
Test: fx test -f -s 0 //src/connectivity/bluetooth/core/bt-host
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/651513
Original-Revision: a3356c3bee1f1d88cf5be624d2d1d6509043c7f0
GitOrigin-RevId: a3532fe9ed4f858d6b4faac5dd7cd420b9a9e57d
Change-Id: I896df6f76eb4ab7a99060165a8d9758c42ca1483
1 file changed
tree: 95d6ccfc829b78dea5e059d400abd1a6d42be0a7
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.