btstack/test
..
att_db
ble_client
btstack_link_key_db
des_iterator
gatt_client
hfp
linked_list
pts
sdp_client
security_manager
btstack_config.h
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