zephyr/tests/bluetooth/shell
Luiz Augusto von Dentz d7e0294227 Bluetooth: ATT: Add incoming buffer pool
This adds a buffer for incoming prepare writes which can be
tunned using BLUETOOTH_ATT_PREPARE_COUNT, these buffers are then used in
execute write to commit the data thus making flush callback obsolete:

[bt] [DBG] bt_att_recv: (0x001159c0)Received ATT code 0x16 len 50
[bt] [DBG] att_prepare_write_req: (0x001159c0)handle 0x0022 offset 0
[bt] [DBG] prep_write_cb: (0x001159c0)handle 0x0022 offset 0
[bt] [DBG] bt_att_recv: (0x001159c0)Received ATT code 0x16 len 34
[bt] [DBG] att_prepare_write_req: (0x001159c0)handle 0x0022 offset 45
[bt] [DBG] prep_write_cb: (0x001159c0)handle 0x0022 offset 45
[bt] [DBG] bt_att_recv: (0x001159c0)Received ATT code 0x18 len 2
[bt] [DBG] att_exec_write_req: (0x001159c0)flags 0x01
[bt] [DBG] write_cb: (0x001159c0)handle 0x0022 offset 0
[bt] [DBG] write_cb: (0x001159c0)handle 0x0022 offset 45

Change-Id: Iae071d7b4b5b042285952da57e3f7a853cf58afb
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
2016-06-06 12:28:11 +00:00
..
src Bluetooth: shell: Fix missing new lines 2016-06-06 04:45:30 +00:00
Makefile Bluetooth: shell: Use same config for arm and x86 build 2016-04-11 11:54:07 +00:00
README Bluetooth: samples: Move init and shell to tests 2016-02-12 10:46:32 +02:00
prj.conf Bluetooth: ATT: Add incoming buffer pool 2016-06-06 12:28:11 +00:00
prj.mdef Bluetooth: Remove unnecessary #ifdef for micro/nano main function 2016-05-17 12:30:41 +03:00
prj_nble.conf Bluetooth: Add support for using SYS_LOG 2016-06-01 05:04:10 +00:00
prj_nimble.conf Bluetooth: Add support for using SYS_LOG 2016-06-01 05:04:10 +00:00
testcase.ini sanitycheck: allow for more expressive filtering in testcase.ini 2016-05-04 22:57:39 +00:00

README

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

For building shell with Nordic Bluetooth Low Energy stack (NBLE)
use prj_nble.conf:

$ make CONF_FILE=prj_nble.conf BOARD=arduino_101