[roll] Roll fuchsia [bt][fidl] Add fuchsia.bluetooth.sys.PairingDelegate2

New delegate protocol using more modern FIDL semantics and methods:
- Uses protocol to indicate an active pairing
  - Prevents sending keypress messages when not in a pairing
 - Closed by the server side when pairing is finished early
 - Can only accept or reject an active pairing
 - Ongoing pairings can continue after delegate is closed
     (single-pairing delegates)
- PairingProperties union type communicates passkey when needed
- Uses epitaph to indicate reason for early end of pairing

Original-Bug: 105835
Original-Bug: 49966
Test: fidl changes only, fx build
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/718927
Original-Revision: c2a62956c7f73879b9a2af77ca58033a3a1f2caf
GitOrigin-RevId: f93a2a9d2803f513bb27c40882ae89ba628a3429
Change-Id: Ie19f838597039211da9779ed69e984c70e5385d4
1 file changed
tree: 9cfe9dd42e00ed65bc5d9e8fc9ab930ed2b877dd
  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.