This structure is no longer used in gatt_db implementation. --- src/shared/gatt-db.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/shared/gatt-db.h b/src/shared/gatt-db.h index 62bac41..4f8b1df 100644 --- a/src/shared/gatt-db.h +++ b/src/shared/gatt-db.h @@ -85,12 +85,6 @@ void gatt_db_find_by_type_value(struct gatt_db *db, uint16_t start_handle, uint16_t length, struct queue *queue); -struct gatt_db_handle_value { - uint16_t handle; - uint16_t length; - uint8_t value[0]; -}; - void gatt_db_read_by_type(struct gatt_db *db, uint16_t start_handle, uint16_t end_handle, const bt_uuid_t type, -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html