Branch: refs/heads/master Home: https://github.com/bluez/bluez Commit: 71188eb0e752d26fe372fd06c20698aea89e3446 https://github.com/bluez/bluez/commit/71188eb0e752d26fe372fd06c20698aea89e3446 Author: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> Date: 2023-12-06 (Wed, 06 Dec 2023) Changed paths: M unit/test-vcp.c Log Message: ----------- test-vcp: Fix CCC value endianness CCC value is 2 octects long so it needs to be converted using cpu_to_le16 in order to not fail in Big Endian architectures. Commit: b0656c2cf14da4b43ee7a446bfa9c5f1d3c044b0 https://github.com/bluez/bluez/commit/b0656c2cf14da4b43ee7a446bfa9c5f1d3c044b0 Author: Sebastian Forslund <sebastian.david.forslund@xxxxxxxxx> Date: 2023-12-08 (Fri, 08 Dec 2023) Changed paths: M src/shared/ad.c Log Message: ----------- Pattern match on service- and manufacturer data When advertisement monitoring, manufacturer data and service data was not being matched against. This made it so that advertisement monitoring with or_patterns did not work that type of data. We must start matching against the data in the manufacturer_data and service_data queues. Run a different match-function depending on the type of monitor that is being matched against. Closes: https://github.com/bluez/bluez/issues/652 Compare: https://github.com/bluez/bluez/compare/8980f4f1f730...b0656c2cf14d