* [bluez/bluez] 71188e: test-vcp: Fix CCC value endianness
@ 2023-12-08 15:17 SebastianForslund
0 siblings, 0 replies; only message in thread
From: SebastianForslund @ 2023-12-08 15:17 UTC (permalink / raw)
To: linux-bluetooth
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@intel.com>
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@gmail.com>
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-12-08 15:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-08 15:17 [bluez/bluez] 71188e: test-vcp: Fix CCC value endianness SebastianForslund
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).