* [bluez/bluez] eb47cb: monitor/att: Fix not removing read from queue
@ 2022-05-21 2:00 Luiz Augusto von Dentz
0 siblings, 0 replies; only message in thread
From: Luiz Augusto von Dentz @ 2022-05-21 2:00 UTC (permalink / raw)
To: linux-bluetooth
Branch: refs/heads/master
Home: https://github.com/bluez/bluez
Commit: eb47cb5a04cb1db3b87374c0cda799b7e3ef65af
https://github.com/bluez/bluez/commit/eb47cb5a04cb1db3b87374c0cda799b7e3ef65af
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2022-05-20 (Fri, 20 May 2022)
Changed paths:
M monitor/att.c
Log Message:
-----------
monitor/att: Fix not removing read from queue
The code was using queue_find instead of queue_remove_if so follow up
read wouldn't match the attribute properly.
Commit: 20e944ece7a1d43d2976289c85c19e5ad2056cbd
https://github.com/bluez/bluez/commit/20e944ece7a1d43d2976289c85c19e5ad2056cbd
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2022-05-20 (Fri, 20 May 2022)
Changed paths:
M monitor/att.c
Log Message:
-----------
monitor/att: Fix treating Notification/Indication as a request
Notification/Indication shall be treated as response so the correct
database is used.
Commit: 8e1fd164a7960962235f3757d4e49df7c0229ea0
https://github.com/bluez/bluez/commit/8e1fd164a7960962235f3757d4e49df7c0229ea0
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2022-05-20 (Fri, 20 May 2022)
Changed paths:
M monitor/att.c
Log Message:
-----------
monitor/att: Fix not matching read frame direction
There could be read frames pending on both direction so this ensures
the direction is matched properly.
Commit: bbdd18089b45d99f1e5c34bcc27d69d5b3ecabbf
https://github.com/bluez/bluez/commit/bbdd18089b45d99f1e5c34bcc27d69d5b3ecabbf
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2022-05-20 (Fri, 20 May 2022)
Changed paths:
M monitor/att.c
Log Message:
-----------
monitor/att: Fix parsing of Notify Mutiple
Notify Multiple was parsing handle multiple times causing the length to
be assumed to be a handle.
Compare: https://github.com/bluez/bluez/compare/f1069c4fe106...bbdd18089b45
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-05-21 2:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-21 2:00 [bluez/bluez] eb47cb: monitor/att: Fix not removing read from queue Luiz Augusto von Dentz
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.