[roll] Roll fuchsia [bt][bt-gap] Errors restoring host bonds do not fail Commit()

When processing the fuchsia.bluetooth.sys.bootstrap.Commit() function,
do not return an error if storing the data in the store succeeds but
restoring the data to an active host fails. Instead, this is treated as
a Host error but not an error with the commit procedure.

In order to test behavior correctly, also implement an in-memory version
of the bt-gap Store that doesn't use the Stash component or protocol,
and so can easily be unit-tested. Migrate existing tests to this
implementation and remove the `stub()` function that previously existed.

Original-Bug: 63013

Test: fx test bt-gap-unittests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/455597
Original-Revision: d27690d643166178c8861d7b2497118a5a8d7907
GitOrigin-RevId: 997aaf63712b2a618f9e40e8eda9421d251bc992
Change-Id: Ic380368b2c76e405dc148552b9d31e1836c970c6
1 file changed
tree: 75c23b607c624c570bace51ba97d0c46d7a2ad3c
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. flower
  8. jiri.lock
  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 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.