Parent: a37d53db9ae7d21a8f812925303d767d3f03e597
Author: Manish Mandlik <mmandlik@google.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2020-12-03 07:08:38
Tree: 4250ddc4f280bf15f49a10284d492aed71521429
adv_monitor: Register client app with app-root-path When a client app is registered with g_dbus_client_new(), bluez root path, i.e. "/", is used as the app root path and signal watches are added at that root path. Because of this, InterfacesAdded/InterfacesRemoved signals emitted by app - while creating/removing advertisement monitor objects at the app root path - are not received by bluetoothd. Use g_dbus_client_new_full() to register a client app with the correct app root path.
Diffstat
| M | src/adv_monitor.c | | | 2 | +- |
1 files changed, 1 insertions(+), 1 deletions(-)