All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ v3 0/6] mgmt/device: report link security level to D-Bus clients
@ 2026-08-21  9:09 Frédéric Danis
  2026-08-21  9:09 ` [PATCH BlueZ v3 1/6] mgmt: Add Security Level Changed event Frédéric Danis
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Frédéric Danis @ 2026-08-21  9:09 UTC (permalink / raw)
  To: linux-bluetooth

This series adds connection security-level reporting.
The new MGMT_EV_SECURITY_LEVEL_CHANGED event [1] is documented and
org.bluez.Device1 is updates with new experimental read-only properties
SecurityLevel and EncryptionType.
Those properties can be displayed using "bluetoothctl info".

This is intended to let clients (including test tooling such as btpclient)
observe effective link security changes.

[1] https://lore.kernel.org/all/20260805132203.176213-1-frederic.danis@collabora.com/

v1->v2: Fix struct mgmt_ev_security_level_changed definition
v2->v3: Re-work Security Level possible values in mgmt-protocol.rst to be in
        with other *-protocol.rst files

Frédéric Danis (6):
  mgmt: Add Security Level Changed event
  mgmt-tester: Add Security Level Changed event tests
  monitor: Add support for Mgmt Security Level changed event
  device: Add SecurityLevel properties to org.bluez.Device1
  org.bluez.Device: Add Security Level related properties
  client: Display SecurityLevel in device info

 client/main.c            |   2 +
 doc/mgmt-protocol.rst    |  45 +++++++++++++
 doc/org.bluez.Device.rst |  36 +++++++++++
 lib/bluetooth/mgmt.h     |  15 +++++
 monitor/packet.c         | 117 ++++++++++++++++++++++++++++++++++
 src/adapter.c            |  33 ++++++++++
 src/device.c             |  84 +++++++++++++++++++++++++
 src/device.h             |   3 +
 tools/mgmt-tester.c      | 133 +++++++++++++++++++++++++++++++++++++++
 9 files changed, 468 insertions(+)

-- 
2.43.0


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

end of thread, other threads:[~2026-08-21 10:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-21  9:09 [PATCH BlueZ v3 0/6] mgmt/device: report link security level to D-Bus clients Frédéric Danis
2026-08-21  9:09 ` [PATCH BlueZ v3 1/6] mgmt: Add Security Level Changed event Frédéric Danis
2026-08-21 10:20   ` mgmt/device: report link security level to D-Bus clients bluez.test.bot
2026-08-21  9:09 ` [PATCH BlueZ v3 2/6] mgmt-tester: Add Security Level Changed event tests Frédéric Danis
2026-08-21  9:09 ` [PATCH BlueZ v3 3/6] monitor: Add support for Mgmt Security Level changed event Frédéric Danis
2026-08-21  9:09 ` [PATCH BlueZ v3 4/6] device: Add SecurityLevel properties to org.bluez.Device1 Frédéric Danis
2026-08-21  9:09 ` [PATCH BlueZ v3 5/6] org.bluez.Device: Add Security Level related properties Frédéric Danis
2026-08-21  9:09 ` [PATCH BlueZ v3 6/6] client: Display SecurityLevel in device info Frédéric Danis

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.