[roll] Roll fuchsia [bt][gap] Refactor bond loading in Store

When loading bonds from the JSON values in the Store, we have to
deserialize each bond and then perform some special deduplication to
permit duplicate bonds with distinct PeerIds. Here, we separate the
deserialization step from the deduplication for improved readability.

Original-Bug: b/193454286
Test: Refactor only, no behavior changes.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/561429
Original-Revision: a6900165025711d42646ba3bd0aa910046047c71
GitOrigin-RevId: 3fe71e401bd1a63e059fd884fb87b66f5aa76ea3
Change-Id: I92d171a39b576115548a6fe3ac3bf8617c9aa463
1 file changed
tree: 2d51500b126e676624cec123dc16a1317db561ba
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 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.