[roll] Roll fuchsia [bt][obex] Introduce the OBEX library

Define a Bluetooth library for the OBEX protocol. All packet
definitions, client/server objects, and OBEX-related functionality will
be defined in this library.

Define a library Error type to describe Errors encountered during
library use.

Define the HeaderIdentifier which is used as a unique identifier for a
Header packet.

Define the Header type which represents an OBEX Header in a packet.

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

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