[roll] Roll fuchsia [bt] Changing Bluetooth ID from uint64 to String

Dart does not handle uint64 natively and casts this value to a double.
By changing this value to a string, Dart can natively handle the id
without importing or writing a custom json parser.

Test:
1. Use BluetoothGetKnownRemoteDevices
2. id value should come back as quoted string

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/672665
Original-Revision: 9c5e97f78968beea0728362488d8f9998c53dbf4
GitOrigin-RevId: 7bbf2a6f4b46c3e6027b3c26d2ac83df35d03f04
Change-Id: I6d1af6a9ff51c7df74356a39d7afdca21e6a8d09
1 file changed
tree: d2862cfc0edba5d4879fcf316723d925878a0b09
  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.