Diff between d971ca5ca318d8a48d4cfedfd36ff6a2641a12e2 and 8f15296d8b3e6f2a42e7bc92fc2c9e6b218f360e
Changed Files
| File | Additions | Deletions | Status |
| profiles/input/hog-lib.c | +0 | -1 | modified |
Full Patch
diff --git a/profiles/input/hog-lib.c b/profiles/input/hog-lib.c
index 0f83135..ecd15ad 100644
--- a/profiles/input/hog-lib.c
+++ b/profiles/input/hog-lib.c
@@ -1458,7 +1458,6 @@ static void hog_attach_instance(struct bt_hog *hog,
if (!hog->attr) {
hog->attr = attr;
- gatt_db_service_foreach_char(hog->attr, foreach_hog_chrc, hog);
return;
}