mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
Add const in ReadCharacteristic prototype
PiperOrigin-RevId: 538891905
This commit is contained in:
committed by
Copybara-Service
parent
ae900f0baf
commit
472fba64ae
@@ -280,7 +280,7 @@ class GattClient final {
|
||||
|
||||
// NOLINTNEXTLINE(google3-legacy-absl-backports)
|
||||
absl::optional<std::string> ReadCharacteristic(
|
||||
api::ble_v2::GattCharacteristic& characteristic) {
|
||||
const api::ble_v2::GattCharacteristic& characteristic) {
|
||||
return impl_->ReadCharacteristic(characteristic);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user