diff --git a/pw_bluetooth_proxy/public/pw_bluetooth_proxy/proxy_host.h b/pw_bluetooth_proxy/public/pw_bluetooth_proxy/proxy_host.h index 546de7ad28..37d74d199b 100644 --- a/pw_bluetooth_proxy/public/pw_bluetooth_proxy/proxy_host.h +++ b/pw_bluetooth_proxy/public/pw_bluetooth_proxy/proxy_host.h @@ -75,9 +75,10 @@ class ProxyHost { /// at this time (transient error). /// UNIMPLEMENTED: If send is not supported by the current implementation. /// @endrst - pw::Status sendGattNotify(uint16_t connection_handle, - uint16_t attribute_handle, - const pw::span attribute_value) { + pw::Status sendGattNotify( + [[maybe_unused]] uint16_t connection_handle, + [[maybe_unused]] uint16_t attribute_handle, + [[maybe_unused]] const pw::span attribute_value) { return pw::Status::Unimplemented(); }