Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 2894f1392fbe5e570039e9a753c7065cb8fcbf01 https://github.com/bluez/bluez/commit/2894f1392fbe5e570039e9a753c7065cb8fcbf01 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-05-25 (Wed, 25 May 2022) Changed paths: M monitor/att.c Log Message: ----------- monitor/att: Attempt to reload if database is empty If database is empty attempt to reload since the daemon may have updated its cache in the meantime. Commit: 1ffd74a6d4212a165763dc53e58a1b49b6fc5a98 https://github.com/bluez/bluez/commit/1ffd74a6d4212a165763dc53e58a1b49b6fc5a98 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2022-05-25 (Wed, 25 May 2022) Changed paths: M monitor/att.c M monitor/l2cap.h Log Message: ----------- monitor/att: Fix parsing of notifications If there are multiple notifications in the same frame the callback may alter it when using l2cap_frame_pull helpers, so instead this passes a cloned frame with just the expected length so callbacks cannot alter original frame. Compare: https://github.com/bluez/bluez/compare/79fe529d6485...1ffd74a6d421