zephyr/samples/bluetooth/tester
Mariusz Skamra cc1208fb5f Bluetooth: Fix invalid value length type
BTP protocol specifies value length to be 2 octets value,
so uint16_t has to be used to store this length.

Change-Id: I2a911910475db305a0ff1f9ab70866d24aa47158
Signed-off-by: Mariusz Skamra <mariusz.skamra@tieto.com>
2016-02-05 20:24:30 -05:00
..
src Bluetooth: Fix invalid value length type 2016-02-05 20:24:30 -05:00
btp_spec.txt
Makefile Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
prj_arm.conf Bluetooth: Enable stack analysis in tester application 2016-02-05 20:24:25 -05:00
prj.mdef
README
testcase.ini

Tester application uses binary protocol for control and is aimed at automated
testing.