zephyr/samples/bluetooth/shell
Mariusz Skamra b90d2c6dbd Bluetooth: GATT: Pass bt_conn to the discovery function callback
This patch replaces bt_gatt_attr_func_t with bt_gatt_discover_func_t
to be used as a type of discovery callback. The reason is
bt_gatt_attr_func_t don't return bt_conn which could be used
later on to issue other commands and to application to know
from which connection this results come.

Change-Id: I1f26c72ad5c8a0b97485a337c7005d34281586d7
Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
2016-02-05 20:25:08 -05:00
..
src Bluetooth: GATT: Pass bt_conn to the discovery function callback 2016-02-05 20:25:08 -05:00
Makefile qemu: Creation of QEMU specific platforms 2016-02-05 20:24:56 -05:00
prj_arm.conf Bluetooth: Fix HCI driver Kconfig references in samples 2016-02-05 20:25:03 -05:00
prj_x86.conf Bluetooth: Fix HCI driver Kconfig references in samples 2016-02-05 20:25:03 -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.