[roll] Roll fuchsia [bt][rfcomm] Assign monotonic handles in Services

Replace the Slab allocator with a BTreeMap and a monotonic counter.
This prevents handle reuse, ensuring that stale termination events
(Epitaphs) from previously revoked clients do not incorrectly evict
new advertisements.

Also, simplify the unregistration path by returning Option from remove.

Original-Original-Bug: 521639762
Test: fx test bt-rfcomm-tests
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1661137
Original-Original-Revision: 8cf1da28943c464e8fabeeecface6011449c8e38
GitOrigin-RevId: 22c7734f7d7fd0d2ef9d49ca1ec066b665077891
Change-Id: Id7750888fab1f5d1c44f1badd9b9ff9c2af69436
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1663078
Cr-Commit-Position: refs/heads/main@{#195025}
1 file changed
tree: 668a694f5a89ad6391803f7cc0114764613532cf
  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.