zephyr/samples/bluetooth/shell
Szymon Janc 542bb9cc34 Bluetooth: Fix disconnect command in shell application
Disconnect command is special since it is also used for cancelling
outgoing connection. Due to this is might be called with default_conn
set to NULL. To avoid conditional unref always pick extra reference
from default_conn for local use.

Change-Id: I59ad583becbf39a71366069d0307aa44f2c64174
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
2016-02-05 20:24:44 -05:00
..
src Bluetooth: Fix disconnect command in shell application 2016-02-05 20:24:44 -05:00
Makefile Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
prj_arm.conf Bluetooth: Add CONFIG_BLUETOOTH_L2CAP_DYNAMIC_CHANNEL 2016-02-05 20:24:37 -05:00
prj_x86.conf Bluetooth: Add CONFIG_BLUETOOTH_L2CAP_DYNAMIC_CHANNEL 2016-02-05 20:24:37 -05:00
prj.mdef Rename VPF files to use MDEF file extension 2016-02-05 20:14:15 -05:00
README Bluetooth: Update README with recent changes 2016-02-05 20:13:57 -05:00
testcase.ini initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00

First serial line is multiplexed with qemu monitor and bluetooth shell
(btshell) is running there. Use help to check list of commands.