[roll] Roll fuchsia [bt][hfp-hf] Hang up calls.

This commit adds the hang up procedure and call module support for it.

The call module changes are fairly complex.  Determining when we can
stop waiting on a Call's Stream implementation is not simple. We need to
guarantee that we've both received a +CIEV(call = 0) from the peer and
either sent a State::Terminated to the FIDL client or gotten an error
because the client has already closed the channel.

Test: fx test bt-hfp-hands-free-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1002861
Original-Revision: 54378ab677e977b4bd4ff4137972cb0c934bce1f
GitOrigin-RevId: 7409ffa071188b38d2e29ed710b8bfaeffb0f830
Change-Id: I76b1c88b3d9bd31d94516618eb1eb7446d5405d4
1 file changed
tree: 2bfa0c059400711434aa3dbd149bdd5553288d30
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.