From 338c7de753e8c84e0425ee3fea1a83b8e2ca22dd Mon Sep 17 00:00:00 2001 From: Mikel Astiz Date: Fri, 1 Mar 2013 14:59:11 +0100 Subject: [PATCH] gatt: List only GATT_UUID as remote UUID The probe function checks if both UUIDs are present, so there is no need to list both in btd_profile. --- profiles/gatt/gas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/gatt/gas.c b/profiles/gatt/gas.c index 9360201bf..6a8571c8d 100644 --- a/profiles/gatt/gas.c +++ b/profiles/gatt/gas.c @@ -431,7 +431,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 }; -- 2.47.3