Branch: refs/heads/971855 Home: https://github.com/bluez/bluez Commit: 86eecbcd3be752f69e9fcb7d978c555f2166e7c9 https://github.com/bluez/bluez/commit/86eecbcd3be752f69e9fcb7d978c555f2166e7c9 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2025-06-13 (Fri, 13 Jun 2025) Changed paths: M src/shared/gatt-client.c Log Message: ----------- shared/gatt-client: Make bt_gatt_client_read use bt_gatt_client_read_long This makes bt_gatt_client_read use bt_gatt_client_read_long since the later does use BT_ATT_OP_READ_REQ for reading the first chunk, so they are actually equivalent in this respect, but bt_gatt_client_read_long detects when the data returned maybe truncated due to MTU and then proceed to use BT_ATT_OP_READ_BLOB_REQ to read the remaining chunks which is a disarable behavior since there is no property indicating when an attribute would require long read procedure. To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications