stream-manager: add publish/discover/set_permission interfaces 73/241273/9
authorJaechul Lee <jcsing.lee@samsung.com>
Wed, 19 Aug 2020 02:48:15 +0000 (11:48 +0900)
committerJaechul Lee <jcsing.lee@samsung.com>
Fri, 21 Aug 2020 06:55:09 +0000 (15:55 +0900)
commit3a83081231b354654b47e45b1b004ec7f898c866
treecd1d19f312c46282ccca2f090080db30ede3ee6a
parentee06cef6ad7a087ddb440271f072c065cdee9b20
stream-manager: add publish/discover/set_permission interfaces

method name     : SetRemotePermission
method argument : [in] string for type
                  [in] unsigned  for index
                  [in] boolean for allowed
return value    : None

method name     : DiscoverRemoteDevice
method argument : [in] boolean for enable
return value    : None

method name     : PublishLocalDevice
method argument : [in] boolean for enable
return value    : None

[Version] 13.0.27
[Issue Type] New feature

Change-Id: I6ab4a388410dcf4d9480bdc1aaaaa7202a199a9f
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
packaging/pulseaudio-modules-tizen.spec
src/stream-manager-dbus-priv.h
src/stream-manager-dbus.c
src/stream-manager-priv.h
src/stream-manager.c