Multiple connections to dbus-daemon in single appication
Lawrence D'Oliveiro
ldo at geek-central.gen.nz
Mon Sep 17 03:03:11 UTC 2018
On Mon, 17 Sep 2018 11:30:52 +0900, dtdang wrote:
> Is it possible to create multiple connections by using "dbus_bus_get"
> & "dbus_bus_request_name" inside a single server to listen from
> multiple client ?
> For instance, I just want to register three connections to
> dbus-daemon as bellows in a single application.
>
> com.app.bluetooth
> com.ap.wifi
> com.ap.ap
You can register multiple bus names on a single connection.
More information about the dbus
mailing list