From: Mikel Astiz <mikel.astiz@xxxxxxxxxxxx> The probe function checks if both UUIDs are present, so there is no need to list both in btd_profile. --- profiles/gatt/manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/gatt/manager.c b/profiles/gatt/manager.c index ce0ed91..e554007 100644 --- a/profiles/gatt/manager.c +++ b/profiles/gatt/manager.c @@ -59,7 +59,7 @@ static void gatt_driver_remove(struct btd_profile *p, static struct btd_profile gatt_profile = { .name = "gap-gatt-profile", - .remote_uuids = BTD_UUIDS(GAP_UUID, GATT_UUID), + .remote_uuids = BTD_UUIDS(GATT_UUID), .device_probe = gatt_driver_probe, .device_remove = gatt_driver_remove }; -- 1.7.11.7 -- 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