All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v4 0/8] Better connect debug and error reporting
@ 2025-07-01 10:14 Bastien Nocera
  2025-07-01 10:14 ` [PATCH BlueZ v4 1/8] error: Rename device error helper to match retval Bastien Nocera
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Bastien Nocera @ 2025-07-01 10:14 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Bastien Nocera

Completely redone from v3, following discussion on the mailing-list:
https://patchwork.kernel.org/project/bluetooth/list/?series=964591&archive=both

Bastien Nocera (8):
  error: Rename device error helper to match retval
  error: Add helper to return DbusMessage errors from errno
  device: Use new DbusMessage error helper
  error: Make errno to string helpers private
  device: Better error when no BR/EDR profiles can be connected to
  device: Better "Connect" debug
  device: Better error when the link key is missing
  device: Better error when the adapter is not powered

 doc/org.bluez.Device.rst |  5 +++
 src/device.c             | 79 +++++++++++++++++++++++++---------------
 src/error.c              | 71 ++++++++++++++++++++++++++++++------
 src/error.h              | 12 +++---
 4 files changed, 118 insertions(+), 49 deletions(-)

-- 
2.50.0


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

end of thread, other threads:[~2025-07-01 20:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-01 10:14 [PATCH BlueZ v4 0/8] Better connect debug and error reporting Bastien Nocera
2025-07-01 10:14 ` [PATCH BlueZ v4 1/8] error: Rename device error helper to match retval Bastien Nocera
2025-07-01 11:41   ` Better connect debug and error reporting bluez.test.bot
2025-07-01 10:14 ` [PATCH BlueZ v4 2/8] error: Add helper to return DbusMessage errors from errno Bastien Nocera
2025-07-01 10:14 ` [PATCH BlueZ v4 3/8] device: Use new DbusMessage error helper Bastien Nocera
2025-07-01 10:14 ` [PATCH BlueZ v4 4/8] error: Make errno to string helpers private Bastien Nocera
2025-07-01 10:14 ` [PATCH BlueZ v4 5/8] device: Better error when no BR/EDR profiles can be connected to Bastien Nocera
2025-07-01 10:14 ` [PATCH BlueZ v4 6/8] device: Better "Connect" debug Bastien Nocera
2025-07-01 20:19   ` Luiz Augusto von Dentz
2025-07-01 10:14 ` [PATCH BlueZ v4 7/8] device: Better error when the link key is missing Bastien Nocera
2025-07-01 20:22   ` Luiz Augusto von Dentz
2025-07-01 10:14 ` [PATCH BlueZ v4 8/8] device: Better error when the adapter is not powered Bastien Nocera

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.