[roll] Roll fuchsia [bt][pandora] Modified bt-affordances to make it build config agnostic

Previously, bt-affordances would throw an error when the bt-pandora-server component was included in a smart display build, due to smart displays expecting C chars to be signed (i8). FEMU expects C chars to be unsigned (u8), so this error is not encountered with a FEMU build config.

Changed DiscoveredService UUID type from char to i8 to remove this difference and allow bt-pandora-server to work regardless of config.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1499997
Original-Revision: f989c0514a7574df7ba94bda6326f450b71eccdb
GitOrigin-RevId: 7171dd853baf3adf381b84b6073d5ec4ccb39129
Change-Id: I88d35b4fbeb896d84334202b558a85fc4ba12e0c
1 file changed
tree: 9c3abd1be82dbfc4cf5a2bf26e0afddf7971e163
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  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 in one of the communication channels documented at get involved.

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.