Diff between 32326556fa24d5133a6b5dc7bd5817b7be8c4f6e and 338c7de753e8c84e0425ee3fea1a83b8e2ca22dd
Changed Files
| File | Additions | Deletions | Status |
| profiles/gatt/gas.c | +1 | -1 | modified |
Full Patch
diff --git a/profiles/gatt/gas.c b/profiles/gatt/gas.c
index 9360201..6a8571c 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
};