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

Commit 7fc11919 authored by Ajay Panicker's avatar Ajay Panicker Committed by android-build-merger
Browse files

Remove logspam when adding GATT attributes am: 586ee0e5 am: e2429ec0

am: a1fe1fec

Change-Id: If5881fae94c5bc8df2160d2cab1bd34c02773bf5
parents 033b452f a1fe1fec
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -722,8 +722,6 @@ static tGATT_ATTR& allocate_attr_in_db(tGATT_SVC_DB& db, const tBT_UUID& uuid,

  char uuid_str[37];
  uuid_to_str(attr.uuid, uuid_str, sizeof(uuid_str));
  GATT_TRACE_ERROR("=====> handle = [0x%04x] uuid = [%s] perm=0x%02x ",
                   attr.handle, uuid_str, attr.permission);

  return attr;
}