mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-07 22:13:24 +00:00
This fix prevents from sending dummy buffer to kill tx fiber if this fiber didn't started. Tx fiber is started during transition from BT_CONN_CONNECT state (for outgoing connections) or BT_CONN_DISCONNECTED (incoming) to BT_CONN_CONNECTED state. So the only states that have tx fiber running are BT_CONN_CONNECTED and BT_CONN_DISCONNECT and only transitions from these states should be taken into account. Change-Id: I558c937812368b0bd305f6c9935cced565c70606 Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com> |
||
---|---|---|
arch | ||
doc | ||
drivers | ||
include | ||
kernel | ||
lib/libc | ||
misc | ||
net | ||
samples | ||
scripts | ||
shared/include/nanokernel/x86 | ||
.gitattributes | ||
.gitignore | ||
.mailmap | ||
Kconfig | ||
Makefile | ||
Makefile.inc | ||
zephyr-env.sh |