[roll] Roll fuchsia [bt][hfp-hf] Support hand parsing unknown AT responses.

The +CIND AT response has two possible argument formats, depending on
whether it is in response to the AT+CIND? or the AT+CIND=? command.
However, the AT command parser library only understands one possible
parse per response name. If it fails to parse the arguments to +CIND,
it returns the raw bytes to us.  This commit adds the scaffolding to
allow both generated and hand-parsed AT responses to be used by
procedure manager.  The actual parsing will come in another commit.

Original-Bug: b/413733247
Test: fx test bt-hfp-hands-free-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1259065
Original-Revision: 0409fc1aaee7b41107eb90de3d834e254e02df99
GitOrigin-RevId: a34bd122cf0a55a1591024c9935c656d90c44587
Change-Id: I539826aa39464c6cb4fc65f20bf0fb38ab218696
1 file changed
tree: 609e5aa78d2b0a7de5ae8b429dee0a124e87af2f
  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.