[roll] Roll fuchsia [bt][hci-spec] Migrate VendorEvent and LEMultiAdvtStateChangeSubevent to Emboss

Migrate VendorEvent (rename to VendorDebugEvent) and
LEMultiAdvtStateChangeSubevent to Emboss. Add vendor-protocol.emb for
third-party extensions to the HCI such as Android packets. Add status code
getter methods to EmbossEventPacket. Add several Event packet tests
to emboss_packet_unittest.cc.

Modify build_defs.gni to support Emboss source files defined in the same
directory importing each other. Add an arg to the emboss_cc_library
template named "imports" where all imported Emboss source files are
to be listed.

Test: fx test //src/connectivity/bluetooth/core
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/791433
Original-Revision: da22575b7d000c3284dec6f1b3f82a3e679a238e
GitOrigin-RevId: 6b27665ce28845cee6c237395219d8cb1c8e66bf
Change-Id: I3a24076f2e5f96d08b54c582769beb03c5ed964a
1 file changed
tree: 19d2ead80c26e9c33c5a25d85f071c32d063a993
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  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.