Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 938a0fbc authored by shihchienc's avatar shihchienc
Browse files

[VCP] Improve ccc logging

log devices for better knowing which device is done on ccc registration.
Also change logging to GD style.

Bug: 298599400
Test: manual
Test: atest -c bluetooth_vc_test
Change-Id: I78ce0d1f6be3cd3a1971f32a2cedfbbecea092ca
parent 7f7d8d59
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -620,8 +620,8 @@ class VolumeControlImpl : public VolumeControl {
      return;
    }

    LOG(INFO) << __func__
              << "Successfully register for indications: " << loghex(handle);
    LOG_INFO("Successfully registered on ccc: 0x%04x, device: %s", handle,
             ADDRESS_TO_LOGGABLE_CSTR(device->address));

    verify_device_ready(device, handle);
  }