[roll] Roll fuchsia [bt] Replace uses of ByteBuffer::As with To

Remove the use of ByteBuffer::As for safer alternatives To and
ReadMember where it's necessary to unmarshall raw bytes into C structs.

Remove As entirely from the codebase.

Add default constructors to ERTM types based on EnhancedControlField, to
allow their use with To.

Original-Bug: 46637, 61325
Test: Refactor only
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/463965
Original-Revision: 09f0dd288f11a40d3201182506373eb686eb1ae9
GitOrigin-RevId: 9999fccae769f5cc7f2911df0ba20401609bb93a
Change-Id: I3299c79490886ffd4942b4fe19779d720b68e703
1 file changed
tree: 04b9eb3ebae7043ca9a87827b2a27e991413ccf2
  1. infra/
  2. third_party/
  3. firmware
  4. flower
  5. jiri.lock
  6. minimal
  7. prebuilts
  8. README.md
  9. stem
  10. 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 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.