In v3 added generic function to read all requested values. In every request we get list of handles from database and fill pending_request list in device, next read each requested value, and once all values were read successfully we send response and clear pending_request list. Jakub Tyszkowski (1): android/gatt: Add find by type and value handler Marcin Kraglak (14): shared/gatt: Extend gatt_db_read function android/gatt: Refactor ATT read operations shared/gatt: Modify gatt_db_read_by_type to return handles only android/gatt: Change handling read_by_type requests shared/gatt: Remove unused structure shared/gatt: Modify gatt_db_find_information to return list of handles shared/gatt: Add helper function to get attribute type android/gatt: Change handling of find_information requests shared/gatt: Remove unused structure shared/gatt: Add function to get end group handle shared/gatt: Retun list of handles in gatt_db_read_by_group_type android/gatt: Change handling of read_by_group_type requests shared/gatt: Remove unused structure shared/gatt: Make 'find_by_type_value' callback compatible android/gatt.c | 620 +++++++++++++++++++++++++++++++++++++++++---------- src/shared/gatt-db.c | 135 ++++++----- src/shared/gatt-db.h | 38 +--- 3 files changed, 574 insertions(+), 219 deletions(-) -- 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