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

Commit 48776dbb 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

am: 7fc11919

Change-Id: I134eb38ae4ceac5327e7dbfb6eb09c139ede9426
parents 30875a43 7fc11919
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;
}