btstack/test
2017-01-23 12:42:34 +01:00
..
att_db
avdtp avdtp: fix compile warning 2017-01-18 15:38:17 +01:00
ble_client
btstack_link_key_db
des_iterator
gatt_client
hfp test/hfp: create 16-bit live sample, but use 8-bit for tst 2017-01-23 12:42:34 +01:00
linked_list linked_list: add pop and get_first_item operations 2016-11-07 13:08:44 +01:00
maths maths: aproximation of sqrt 2016-11-14 15:57:58 +01:00
pts maths: aproximation of sqrt 2016-11-14 15:57:58 +01:00
ring_buffer Merge branch 'develop' into a2dp 2016-11-14 15:54:38 +01:00
sbc fix procces sbc data 2016-10-12 16:53:34 +02:00
sdp_client
security_manager gap_le: cleanup use of own address for scanning, advertisements, and connection creation 2017-01-18 11:50:45 +01:00
btstack_config.h fix compile: test + daemon 2017-01-14 22:24:22 +01:00
Makefile
README

To compile/run the tests, cpputest is required

Get cpputest
$ git clone https://github.com/cpputest/cpputest.git

Compile and install
$ cd cpputest
$ ./autogen.sh
$ ./configure
$ make
$ sudo make install