From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This enable attributes to be accessed over D-Bus. --- profiles/deviceinfo/deviceinfo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/deviceinfo/deviceinfo.c b/profiles/deviceinfo/deviceinfo.c index a0e9951..6ee018c 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 }; -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html