zephyr/subsys
Emil Gydesen 7c40b071e4 Bluetooth: CSIP: Fix off-by-one in in lock restore
If the lock request was rejected by a set member we should
restore any previously written logs in reverse order.

However there was a off-by-one error in
csip_set_coordinator_write_lock_cb which caused us to attempt to
release member[1] instead of member[0] if member[1] was the
one that rejected the lock request.

Additionally, the lock_set_complete would be called
prematurely before we get the response from the restore
request.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2024-11-08 09:24:43 -06:00
..
bindesc bindesc: Add support for reading binary descriptors 2024-10-11 13:20:49 -04:00
bluetooth Bluetooth: CSIP: Fix off-by-one in in lock restore 2024-11-08 09:24:43 -06:00
canbus
console
dap
debug debug: symtab: fix ignored type qualifiers on func return type 2024-11-06 09:52:36 -08:00
demand_paging
dfu susbys/dfu/img_util: refined ERASE PROGRESSIVELY implementation 2024-10-18 08:19:28 -04:00
disk
dsp
emul
fb
fs fs: Fix null pointer exception caused by async fs_unmount 2024-11-07 18:06:58 -06:00
input
ipc ipc: icmsg & icbmsg: Fix alloc_tx_buffer() doxygen description 2024-10-24 13:15:35 +01:00
jwt jwt: remove TinyCrypt usage 2024-11-05 13:44:20 -06:00
llext
logging logging: Initialize 'chosen' pointer in z_log_msg_claim_oldest to NULL 2024-10-30 14:28:52 -05:00
lorawan lorawan: unify logging level 2024-10-16 09:59:01 +02:00
mem_mgmt
mgmt board: npcx: remove CONFIG_PINCTRL from defconfig of npcx boards 2024-11-07 08:59:14 -08:00
modbus
modem modem: cmux: added validation of cmux frame length 2024-11-07 08:31:48 -06:00
net net: wifi: Fix 11k command errors 2024-11-07 18:42:15 -08:00
pm pm: policy: fix pm_policy_event_register arg 2024-11-05 10:54:41 -06:00
portability
profiling
random random: random_timer.c Remove __GNUC__ ifdef 2024-11-06 10:11:58 -08:00
retention
rtio
sd
secure_storage
sensing
settings settings: introduce priority for commit 2024-10-24 22:04:07 +01:00
shell shell: backend: websocket: Fix socket service creation 2024-10-25 12:50:54 -05:00
sip_svc
stats
storage storage/stream_flash: Make context const where not modified 2024-10-25 22:45:33 +01:00
task_wdt
testsuite testsuite: coverage: fix typo in the CMakeLists.txt 2024-11-01 13:54:14 -05:00
timing
tracing tracing: add named event trace 2024-10-17 10:46:52 -04:00
usb usb: device_next: cdc_acm: Prevent polling for buffer in TX 2024-10-22 22:46:59 -04:00
zbus
CMakeLists.txt
Kconfig