[roll] Roll fuchsia [bt][obex] Initial support for GET requests

Receive and parse GET & GETFINAL requests made by a connected Bluetooth
peer.

Handle the GET request by starting a new operation if needed, or
matching to an existing GET operation. Define a basic state machine for
the GET operation. Split the uesr data into chunks so that it can fit in
the provided max packet size (takes into account Header prefix and
Response prefix sizes).

Update the ObexServerHandler trait definition with the GET request so
that an OBEX profile can provide the payload if accepted.

Original-Bug: 132595
Test: fx test bt-obex-tests

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/906252
Original-Revision: 3be4efb44aeca75d6fc62c4df5b800ecd4558ba7
GitOrigin-RevId: 5c7975923e868d5beab99bf554678df3811c223a
Change-Id: Ibd35785ff0c5957f1cf8281ffa010b95c608b067
1 file changed
tree: 6f71932c6bbbc47b30eac76759bc50c546f22fd3
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
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.