Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 002ee180b1b5c17989e197ee0b77cdcac5a5ef6e https://github.com/bluez/bluez/commit/002ee180b1b5c17989e197ee0b77cdcac5a5ef6e Author: Damodar Reddy GangiReddy <quic_dgangire@xxxxxxxxxxx> Date: 2024-11-05 (Tue, 05 Nov 2024) Changed paths: M Makefile.am M obexd/client/bip.c M obexd/client/ftp.c M obexd/client/map.c M obexd/client/opp.c M obexd/client/pbap.c M obexd/client/session.c M obexd/client/sync.c M obexd/plugins/pcsuite.c M obexd/src/main.c M obexd/src/manager.c A obexd/src/obex.conf M obexd/src/obexd.h Log Message: ----------- obexd: Add system bus support for obexd Currently obexd uses session bus. Distros where session bus is not supported and still obex profiles are required in that case use system bus instead of session bus which can be configured at run time. An Command line option has been added to achieve it. { "system-bus", 's', 0, G_OPTION_ARG_NONE, &option_system_bus, "Use System bus "} we can use option obexd -s to use system bus. To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications