Diff between 108336ee3e68f3e71b2229aee83a7d03e0cde618 and 7aaa6c893aa89a61d20460e1ab89ac419435c3a1
Changed Files
| File | Additions | Deletions | Status |
| src/shared/gatt-client.c | +1 | -1 | modified |
Full Patch
diff --git a/src/shared/gatt-client.c b/src/shared/gatt-client.c
index 0134721..3caed5f 100644
--- a/src/shared/gatt-client.c
+++ b/src/shared/gatt-client.c
@@ -457,7 +457,7 @@ static void discover_incl_cb(bool success, uint8_t att_ecode,
if (!tmp)
goto failed;
- tmp = gatt_db_service_add_included(attr, tmp);
+ tmp = gatt_db_service_insert_included(attr, handle, tmp);
if (!tmp)
goto failed;