* [bluez/bluez] 129b19: org.bluez.Gatt: Add org.bluez.Error.ImproperlyConf...
@ 2024-04-29 15:07 BajajSarv
0 siblings, 0 replies; only message in thread
From: BajajSarv @ 2024-04-29 15:07 UTC (permalink / raw)
To: linux-bluetooth
Branch: refs/heads/master
Home: https://github.com/bluez/bluez
Commit: 129b19166304d40073a424d8b9ac28d3802b52f7
https://github.com/bluez/bluez/commit/129b19166304d40073a424d8b9ac28d3802b52f7
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
M doc/org.bluez.GattCharacteristic.rst
M doc/org.bluez.GattDescriptor.rst
Log Message:
-----------
org.bluez.Gatt: Add org.bluez.Error.ImproperlyConfigured error to
WriteValue
Some attributes may require to generate
BT_ERROR_CCC_IMPROPERLY_CONFIGURED when its CCC is not properly
configured so this adds the possibility to generate it by replying with
org.bluez.Error.ImproperlyConfigured error to WriteValue.
Commit: 9b29784717f4682ca527c76c81b5ba92ba00c313
https://github.com/bluez/bluez/commit/9b29784717f4682ca527c76c81b5ba92ba00c313
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
M src/gatt-database.c
Log Message:
-----------
gatt-database: Implement support to org.bluez.Error.ImproperlyConfigured
This implements support for handling when applications reply with
org.bluez.Error.ImproperlyConfigured the code will translate it to
BT_ERROR_CCC_IMPROPERLY_CONFIGURED.
Fixes: https://github.com/bluez/bluez/issues/827
Commit: d2a2aabee646c4e95655bc5dc93c323efa5fc588
https://github.com/bluez/bluez/commit/d2a2aabee646c4e95655bc5dc93c323efa5fc588
Author: Sarveshwar Bajaj <sarveshwar.bajaj@nxp.com>
Date: 2024-04-29 (Mon, 29 Apr 2024)
Changed paths:
M src/shared/bap.c
Log Message:
-----------
Fix null pointer deference in bap_get_ascs()
Ensure that bap and rdb pointers are valid before accessing or
allocating memory for ascs. Added null check to prevent potential
crash
Compare: https://github.com/bluez/bluez/compare/c42702cfc48e...d2a2aabee646
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:[~2024-04-29 15:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-29 15:07 [bluez/bluez] 129b19: org.bluez.Gatt: Add org.bluez.Error.ImproperlyConf BajajSarv
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.