This structure is no longer used. --- src/shared/gatt-db.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/shared/gatt-db.h b/src/shared/gatt-db.h index 02d564b..24bce21 100644 --- a/src/shared/gatt-db.h +++ b/src/shared/gatt-db.h @@ -90,11 +90,6 @@ void gatt_db_read_by_type(struct gatt_db *db, uint16_t start_handle, const bt_uuid_t type, struct queue *queue); -struct gatt_db_find_information { - uint16_t handle; - bt_uuid_t uuid; -}; - void gatt_db_find_information(struct gatt_db *db, uint16_t start_handle, uint16_t end_handle, struct queue *queue); -- 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