[roll] Roll fuchsia [bt][obex] Send & Receive the Connection ID

The Connection ID is used to uniquely identify an OBEX session between a
Client and Server. It is optionally determined in the CONNECT operation,
and if provided by the Server, is used for the lifetime of the session.

The ID is uniquely generated by the OBEX Server and must be included in
the first packet of every subsequent operation after the CONNECT.

Original-Bug: 128855
Test: fx test bt-obex-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/871292
Original-Revision: 938db9a362904d17e863f7796db1be9afc3cbdfb
GitOrigin-RevId: acc7d1998d781e02ff8d0d9f95bb227fb865fa03
Change-Id: I1c399fbf5fcb338a24d7366bd9a490e4ac1367aa
1 file changed
tree: 4e177b33a2bde4435fe2fc9d90f808ff53aa0b9f
  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.