Go to file
Mariusz Skamra 3fcf60a6e6 Bluetooth: Fix sending dummy buffer to kill invalid tx fiber
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>
2016-02-05 20:14:35 -05:00
arch Do not check for DO_CONSOLE_INIT, use Kconfig variables instead 2016-02-05 20:14:33 -05:00
doc Doc: Add information regarding application development. 2016-02-05 20:14:33 -05:00
drivers doxygen: change comment style to match javadoc 2016-02-05 20:14:33 -05:00
include Bluetooth: GATT: Include uuid.h 2016-02-05 20:14:35 -05:00
kernel doxygen: change comment style to match javadoc 2016-02-05 20:14:33 -05:00
lib/libc doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
misc doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
net Bluetooth: Fix sending dummy buffer to kill invalid tx fiber 2016-02-05 20:14:35 -05:00
samples Bluetooth: Add gatt-discover command to btshell 2016-02-05 20:14:35 -05:00
scripts SysGen: remove support for USERDRIVER 2016-02-05 20:14:33 -05:00
shared/include/nanokernel/x86 doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
.gitattributes
.gitignore git: Ignore cscope files 2016-02-05 20:14:27 -05:00
.mailmap
Kconfig kconfig: Rename Zephyr OS -> Zephyr Kernel 2016-02-05 20:14:26 -05:00
Makefile Zephyr 0.2.0 2016-02-05 20:14:28 -05:00
Makefile.inc Revert "Kbuild: Tools build at TIMO_BASE directory." 2016-02-05 20:14:24 -05:00
zephyr-env.sh Rename Zephyr OS into Zephyr Kernel 2016-02-05 20:14:26 -05:00