Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 670f0d0f618d3f122e6d95c34de53f59a343a15f https://github.com/bluez/bluez/commit/670f0d0f618d3f122e6d95c34de53f59a343a15f Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-08-28 (Mon, 28 Aug 2023) Changed paths: M src/shared/gatt-client.c Log Message: ----------- shared/gatt-client: Fix not sending confirmations Commit fde32ff9c9c0 ("shared/gatt-client: Allow registering with NULL callback") added an early return to the notify_cb function when the current client's notify_list is empty which prevents sending confirmations to indications. Reported-by: Javier de San Pedro <dev.git@xxxxxxxxxxxxxx>