summaryrefslogtreecommitdiff
path: root/profiles/deviceinfo
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-10-07 15:40:02 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-10-13 16:35:30 +0300
commit0cef5a7996db8df569d04f2165f58e5aeed8441f (patch)
tree44ce2c26bf7a04f8f71f8c50cfdd00fd61c7631d /profiles/deviceinfo
parent9a5d081148d9f66f18c3f6d97efd7bacedb66905 (diff)
downloadbluez-0cef5a7996db8df569d04f2165f58e5aeed8441f.tar.gz
deviceinfo: Enable external flag
This enable attributes to be accessed over D-Bus.
Diffstat (limited to 'profiles/deviceinfo')
-rw-r--r--profiles/deviceinfo/deviceinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/deviceinfo/deviceinfo.c b/profiles/deviceinfo/deviceinfo.c
index a0e9951ec..6ee018cb9 100644
--- a/profiles/deviceinfo/deviceinfo.c
+++ b/profiles/deviceinfo/deviceinfo.c
@@ -191,6 +191,7 @@ static int deviceinfo_driver_probe(struct btd_service *service)
static struct btd_profile deviceinfo_profile = {
.name = "deviceinfo",
.remote_uuid = DEVICE_INFORMATION_UUID,
+ .external = true,
.device_probe = deviceinfo_driver_probe,
.device_remove = deviceinfo_driver_remove
};