zephyr/samples
Mariusz Skamra 4ccef33723 Bluetooth: Add interactive connection and disconnection commands
Adds above commands to the shell app.
Connection is made based on given address and type eg:
btshell> connect 00:00:00:00:00:00 public

In callback we get local connection id which is in fact,
the number of array entry in which the pointer to the corresponding
bt_conn has been written.

To disconnect, just provide the id eg:
btshell> disconnect 0

Change-Id: I24f7ec2de7f84c53ab847ded28a1821753c2a60d
Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
2016-02-05 20:14:23 -05:00
..
bluetooth Bluetooth: Add interactive connection and disconnection commands 2016-02-05 20:14:23 -05:00
include test_context: add test for fiber delayed start and sleep 2016-02-05 20:14:22 -05:00
microkernel test_timer: test timeouts/timers in microkernel 2016-02-05 20:14:22 -05:00
nanokernel test_fifo: test timeout APIs 2016-02-05 20:14:22 -05:00