zephyr/samples/bluetooth/shell
Luiz Augusto von Dentz 8061ed1277 Bluetooth: Add l2cap-disconnect command to btshell
l2cap-disconnect can be used to disconnect or cancel a connection to
a server:

btshell> l2cap-disconnect
bt: bt_l2cap_chan_disconnect (0x0011260c): chan 0x0011065c scid 0x0040 dcid 0x0040
btshell> bt: bt_l2cap_recv (0x00114e00): Packet for CID 5 len 8
bt: l2cap_chan_recv (0x00114e00): chan 0x00111534 len 8
bt: l2cap_recv (0x00114e00): LE signaling code 0x07 ident 2 len 4
bt: le_disconn_rsp (0x00114e00): dcid 0x0040 scid 0x0040
bt: l2cap_chan_del (0x00114e00): conn 0x001111c0 chan 0x0011065c cid 0x0040
Channel 0011065c disconnected

Change-Id: If249748f98f9b006e4eb2f8722a6f698b372d959
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-02-05 20:24:46 -05:00
..
src Bluetooth: Add l2cap-disconnect command to btshell 2016-02-05 20:24:46 -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.