Parent: bae6c32940d8958908f252b21d7594ba1e3fc638
Author: Damodar Reddy GangiReddy <quic_dgangire@quicinc.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2024-11-05 18:04:17
Tree: df988f8ff3034a4eab947bdbdd5fd78b01e74bcc
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.
Diffstat
| M | Makefile.am | | | 6 | +++++- |
| M | obexd/client/bip.c | | | 4 | +++- |
| M | obexd/client/ftp.c | | | 3 | ++- |
| M | obexd/client/map.c | | | 3 | ++- |
| M | obexd/client/opp.c | | | 3 | ++- |
| M | obexd/client/pbap.c | | | 3 | ++- |
| M | obexd/client/session.c | | | 3 | ++- |
| M | obexd/client/sync.c | | | 3 | ++- |
| M | obexd/plugins/pcsuite.c | | | 2 | +- |
| M | obexd/src/main.c | | | 26 | ++++++++++++++++++++++++++ |
| M | obexd/src/manager.c | | | 2 | +- |
| A | obexd/src/obex.conf | | | 28 | ++++++++++++++++++++++++++++ |
| M | obexd/src/obexd.h | | | 5 | +++++ |
13 files changed, 81 insertions(+), 10 deletions(-)