Diff between 60f00f34dc8c986429f0a35e68418491882df940 and af9343e785207f3bb3e389a76180a0c10b770371
Changed Files
| File | Additions | Deletions | Status |
| src/shared/gatt-db.h | +0 | -7 | modified |
Full Patch
diff --git a/src/shared/gatt-db.h b/src/shared/gatt-db.h
index 6ec7e22..529abd0 100644
--- a/src/shared/gatt-db.h
+++ b/src/shared/gatt-db.h
@@ -60,13 +60,6 @@ uint16_t gatt_db_add_included_service(struct gatt_db *db, uint16_t handle,
bool gatt_db_service_set_active(struct gatt_db *db, uint16_t handle,
bool active);
-struct gatt_db_group {
- uint16_t handle;
- uint16_t end_group;
- uint16_t len;
- uint8_t value[0];
-};
-
void gatt_db_read_by_group_type(struct gatt_db *db, uint16_t start_handle,
uint16_t end_handle,
const bt_uuid_t type,