rust/bt-broadcast-assistant: Fix build error

Commit 183ecc082443d1ac8dad9fe64e784c2743382171 was rebased off of an
older version of the repo before
ea7e38d0a2aa3e2e0a43c3d02a86363e6eb0c9ff was merged into the tree. There
was a change in `add_broadcast_source` method parameters that was missed
because of the untimely rebase.
Fix the build error for debug tool.

Bug: 425444321
Change-Id: I532692e73d6b6076e2d39d0ddd4ab0d6d29ab331
Reviewed-on: https://bluetooth-review.googlesource.com/c/bluetooth/+/2560
Reviewed-by: Marie Janssen <jamuraa@google.com>
1 file changed
tree: ae281e000d3c9fd40afc77255033321d8fd85649
  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 libraries and tools that can be useful for multiple Bluetooth stacks.

These tools and libraries are meant to be:

  • Stack-agnostic and platform-agnostic
  • Implement a useful subset of a published Bluetooth specification.

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

What is this not?

It is not a full Bluetooth stack. Google has two officially open-source Bluetooth stacks:

Structure

  • rust - Rust Crates
  • docs - General documentation (documentation for each library/tool is included in their directories)