Skip to content

Commit

Permalink
pw_bluetooth_proxy: Fix parameter name mismatch clang-tidy error
Browse files Browse the repository at this point in the history
Change-Id: I5e6e6ee9fbe902192ef7c84977d6e7183b3ad331
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/259453
Docs-Not-Needed: Ben Lawson <benlawson@google.com>
Reviewed-by: David Rees <drees@google.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Ben Lawson <benlawson@google.com>
  • Loading branch information
BenjaminLawson authored and CQ Bot Account committed Jan 9, 2025
1 parent 7cb88b2 commit 09e1696
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class GattNotifyChannel : public L2capChannel {
// @deprecated
// TODO: https://pwbug.dev/379337272 - Delete this once all downstreams
// have transitioned to Write(MultiBuf) for this channel type.
Status Write(pw::span<const uint8_t> payload) override;
Status Write(pw::span<const uint8_t> attribute_value) override;

// Also allow Write(MultiBuf) during transition from Write(span).
// TODO: https://pwbug.dev/379337272 - Can delete once Write(span) above is
Expand Down

0 comments on commit 09e1696

Please sign in to comment.