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

Commit 3678af77 authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

csis: Minor log extension

Bug: 150670922
Tag: #feature
Sponsor: jpawlowski@
Test: NA

Change-Id: I19a54e44a6dc1709873e17b037ac8b96d4bb1a1d
parent 1b844065
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1277,7 +1277,8 @@ class CsisClientImpl : public CsisClient {
                          const bluetooth::Uuid& context_uuid,
                          bool is_last_instance) {
    DLOG(INFO) << __func__ << " service handle: " << loghex(service->handle)
               << " end handle: " << loghex(service->end_handle);
               << " end handle: " << loghex(service->end_handle)
               << " uuid: " << context_uuid;

    auto csis_inst = std::make_shared<CsisInstance>(
        (uint16_t)service->handle, (uint16_t)service->end_handle, context_uuid);