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

Commit 9177ca47 authored by Mike J. Chen's avatar Mike J. Chen
Browse files

Fix bug with wrong parameter passed to logu



Caught by compiler warning "passing argument 2 of 'logu' from incompatible pointer type".

Change-Id: If6047654c9862209d3426f832a366ac884b2c9e9
Signed-off-by: default avatarMike J. Chen <mjchen@google.com>
parent 07106315
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -967,7 +967,7 @@ static inline tBT_UUID shorten_sdp_uuid(const tBT_UUID* u)
    static uint8_t bt_base_uuid[] =
       {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x80, 0x00, 0x00, 0x80, 0x5F, 0x9B, 0x34, 0xFB };

    logu("in, uuid:", u);
    logu("in, uuid:", u->uu.uuid128);
    APPL_TRACE_DEBUG1("uuid len:%d", u->len);
    if(u->len == 16)
    {