linux-bluetooth.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bluez PATCH 0/2] Fix descriptor display issue in btmon
@ 2024-04-03 11:05 Howard Chung
  2024-04-03 11:05 ` [Bluez PATCH 1/2] shared/gatt: Rename some gatt insert functions to append Howard Chung
  2024-04-03 11:05 ` [Bluez PATCH 2/2] shared/gatt: Add descriptor insert function Howard Chung
  0 siblings, 2 replies; 9+ messages in thread
From: Howard Chung @ 2024-04-03 11:05 UTC (permalink / raw)
  To: linux-bluetooth, Luiz Augusto von Dentz, Johan Hedberg,
	Marcel Holtmann
  Cc: CrosBT Upstreaming, Howard Chung

Hi Maintainers, we found that in some cases the new feature regarding
displaying the characterisitc of the descriptor could be wrong. It turns
out it is because there is an assumption (please see the 2nd commit) in
the gatt-db usage but not being properly maintained in monitor/att.c.
These patches are aimming to fix the issue. I'd be happy to send you the
btsnoop log but not sure what's the best way for you to send it to you.
Thanks.


Howard Chung (2):
  shared/gatt: Rename some gatt insert functions to append
  shared/gatt: Add descriptor insert function

 monitor/att.c            |   2 +-
 src/gatt-database.c      |   4 +-
 src/settings.c           |   4 +-
 src/shared/gatt-client.c |   8 +--
 src/shared/gatt-db.c     | 102 ++++++++++++++++++++++++++++++++-------
 src/shared/gatt-db.h     |  19 ++++++--
 unit/test-gatt.c         |   4 +-
 7 files changed, 109 insertions(+), 34 deletions(-)

-- 
2.44.0.478.gd926399ef9-goog


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-04-08 16:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-03 11:05 [Bluez PATCH 0/2] Fix descriptor display issue in btmon Howard Chung
2024-04-03 11:05 ` [Bluez PATCH 1/2] shared/gatt: Rename some gatt insert functions to append Howard Chung
2024-04-03 12:59   ` Fix descriptor display issue in btmon bluez.test.bot
2024-04-03 14:29   ` [Bluez PATCH 1/2] shared/gatt: Rename some gatt insert functions to append Luiz Augusto von Dentz
2024-04-03 11:05 ` [Bluez PATCH 2/2] shared/gatt: Add descriptor insert function Howard Chung
2024-04-03 14:36   ` Luiz Augusto von Dentz
2024-04-08 12:22     ` Yun-hao Chung
2024-04-08 14:03       ` Luiz Augusto von Dentz
2024-04-08 16:12         ` Luiz Augusto von Dentz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).