create_device_from_info always calls create_device which already prints created device address. --- android/bluetooth.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/android/bluetooth.c b/android/bluetooth.c index 401c35d..6df9f04 100644 --- a/android/bluetooth.c +++ b/android/bluetooth.c @@ -2062,8 +2062,6 @@ static struct device *create_device_from_info(GKeyFile *key_file, char **uuids; char *str; - DBG("%s", peer); - /* BREDR if not present */ type = g_key_file_get_integer(key_file, peer, "AddressType", NULL); -- 1.9.1 -- 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