rust/bt-{bass, common}: Implement all operations

Define types for representing a broadcast source. This makes it easier
to collect information about a broadcast source when broadcast assistant
is processing LE central scan results.
Implement all operations available with the Broadcast Audio Scan Service
client:
 - adding/modifying/deleting broadcast sources
 - marking scanning as started/stopped

Bug: b/308483171
Change-Id: I9f3a045e84efaa540c38e6f4753ece2c9c3796ae
Reviewed-on: https://bluetooth-review.git.corp.google.com/c/bluetooth/+/1322
Reviewed-by: Marie Janssen <jamuraa@google.com>
14 files changed
tree: fd4e33e25e1af2710d3899d75a331225efc2be68
  1. docs/
  2. rust/
  3. .gitignore
  4. AUTHORS
  5. CONTRIBUTING.md
  6. LICENSE
  7. OWNERS
  8. PATENTS
  9. README.md
README.md

Bluetooth Shared Libraries

What is this?

This is a repository for shared source libraries that can be useful for multiple Bluetooth stacks. Many of these are meant to be stack-agnostic and platform-agnostic and implement a useful part of a published Bluetooth specification.

It has been started as a repository for developing Rust crates but can be easily expanded to include libraries for other languages.

Structure

  • rust - Rust Crates