bluez5: add abstraction for local DBus object manager

Add framework for exposing local objects via DBus object manager
interfaces.
This commit is contained in:
Pauli Virtanen 2022-10-30 16:46:38 +02:00 committed by Wim Taymans
parent 3bfee14d7f
commit 57956ad100
3 changed files with 876 additions and 1 deletions

View file

@ -28,7 +28,8 @@ bluez5_sources = [
'player.c',
'bluez5-device.c',
'bluez5-dbus.c',
'hci.c'
'hci.c',
'dbus-manager.c',
]
bluez5_data = ['bluez-hardware.conf']