mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-13 03:01:56 +00:00
Change-Id: I90330676e9724526bc30a34e62635f912277602d Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com> |
||
---|---|---|
.. | ||
beacon | ||
central | ||
init | ||
peripheral | ||
shell | ||
test_bluetooth | ||
bt_regression.sh | ||
README |
Bluetooth subsystem = Building = Build samples $ make -C samples/bluetooth/<app> = Testing = Host Bluetooth controler is connected to the second qemu serial line through a UNIX socket (qemu option -serial unix:/tmp/bt-server-bredr). On the host side BlueZ allows to "connect" Bluetooth controller through a so-called user channel. Use the btproxy tool for that: $ sudo tools/btproxy -u Listening on /tmp/bt-server-bredr Now qemu can connect serial line to the 'bt-server-bredr' UNIX socket with following command: $ make qemu Extra parameter to qemu might be added through QEMU_EXTRA_FLAGS. There is smoke test application in nanokernel and microkernel test directories which gets run in sanity check script: $ scripts/sanity_chk/sanity_chk -T gcc [-B <BSP>] For quick regression test use bt_regression, it only check Bluetooth test $ samples/bluetooth/bt_regression.sh