* [bluez/bluez] 451fff: client/mgmt: fix compiler error
@ 2026-02-25 19:19 Christian Eggers
0 siblings, 0 replies; only message in thread
From: Christian Eggers @ 2026-02-25 19:19 UTC (permalink / raw)
To: linux-bluetooth
Branch: refs/heads/master
Home: https://github.com/bluez/bluez
Commit: 451fff520c8a02dd8d45c9c676a206d1c06b5325
https://github.com/bluez/bluez/commit/451fff520c8a02dd8d45c9c676a206d1c06b5325
Author: Christian Eggers <ceggers@arri.de>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M client/mgmt.c
Log Message:
-----------
client/mgmt: fix compiler error
client/mgmt.c: In function ‘str2bytearray’:
client/mgmt.c:2385:23: error: comparison of integer expressions of
different signedness: ‘unsigned int’ and ‘long int’
[-Werror=sign-compare]
2385 | if (i >= *val_len) {
| ^~
Commit: 9648dbaa8d01090353c7987a709ab9c6ba5bda3c
https://github.com/bluez/bluez/commit/9648dbaa8d01090353c7987a709ab9c6ba5bda3c
Author: Christian Eggers <ceggers@arri.de>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M tools/btgatt-client.c
M tools/btgatt-server.c
Log Message:
-----------
tools: btgatt-client/-server: replace ATT_CID with 'shared' BT_ATT_CID
Avoid multiple definitions of the same value.
Commit: 7617732fd20b39144e9a430e625a071af4f2225c
https://github.com/bluez/bluez/commit/7617732fd20b39144e9a430e625a071af4f2225c
Author: Christian Eggers <ceggers@arri.de>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M src/adapter.c
M src/device.c
Log Message:
-----------
src: replace ATT_CID with 'shared' BT_ATT_CID
Avoid multiple definitions of the same value.
Commit: 5767a7dded4f7b8424d8f803f9ae84a3cacba259
https://github.com/bluez/bluez/commit/5767a7dded4f7b8424d8f803f9ae84a3cacba259
Author: Christian Eggers <ceggers@arri.de>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M peripheral/gatt.c
Log Message:
-----------
peripheral: replace ATT_CID with shared BT_ATT_CID
Avoid multiple definitions of the same value.
Commit: cd6a809f7b43b00f3e05f4c46ffa74756aaa2a7d
https://github.com/bluez/bluez/commit/cd6a809f7b43b00f3e05f4c46ffa74756aaa2a7d
Author: Christian Eggers <ceggers@arri.de>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M attrib/att.h
M attrib/gatttool.c
M attrib/interactive.c
M attrib/utils.c
Log Message:
-----------
attrib: replace ATT_CID with 'shared' BT_ATT_CID
Avoid multiple definitions of the same value.
Commit: 776f9062c8450bb9b37297f1f01c0c9800dfdc91
https://github.com/bluez/bluez/commit/776f9062c8450bb9b37297f1f01c0c9800dfdc91
Author: Christian Eggers <ceggers@arri.de>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M attrib/att.h
M src/device.c
Log Message:
-----------
src: replace ATT_PSM with 'shared' BT_ATT_PSM
Avoid multiple definitions of the same value.
Commit: d5c85b052eeaf34dec1b2e85144615c7b99d0af2
https://github.com/bluez/bluez/commit/d5c85b052eeaf34dec1b2e85144615c7b99d0af2
Author: Christian Eggers <ceggers@arri.de>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M tools/btgatt-server.c
Log Message:
-----------
tools: btgatt-server: remove unused member 'fd'
Commit: c8a7462f34907248a6259e8a26b79baaa1f7245b
https://github.com/bluez/bluez/commit/c8a7462f34907248a6259e8a26b79baaa1f7245b
Author: Christian Eggers <ceggers@arri.de>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M lib/bluetooth/l2cap.h
M tools/l2test.c
Log Message:
-----------
l2test: add comment to -F <fcs> option
Clarify that this option has affect for BR/EDR sockets only. Use defines
instead of magic numbers.
Commit: bf52d63014fb68ba027629118837a8031abfeff4
https://github.com/bluez/bluez/commit/bf52d63014fb68ba027629118837a8031abfeff4
Author: Christian Eggers <ceggers@arri.de>
Date: 2026-02-25 (Wed, 25 Feb 2026)
Changed paths:
M tools/l2test.c
Log Message:
-----------
l2test: small improvements for deferred setup
- don't pass arbitrary option values to the kernel (the kernel only
checks for zero / non-zero)
- centralize authorization of new connections in listen()
- improve documentation of command line option
Compare: https://github.com/bluez/bluez/compare/a96f5f4eba9a...bf52d63014fb
To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-02-25 19:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-25 19:19 [bluez/bluez] 451fff: client/mgmt: fix compiler error Christian Eggers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox