btstack/test
2016-02-19 09:46:37 +01:00
..
att_db examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
ble_client hci: set link_key_db via hci_set_link_key_db instead of via hci_init(). 2016-02-11 20:10:17 +01:00
btstack_link_key_db gap.h: use gap_ instead of le_central_ or gap_le_ 2016-02-12 17:04:41 +01:00
des_iterator
gatt_client gatt_client: prefix gatt structs with gatt_client 2016-02-18 15:29:33 +01:00
hfp examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
linked_list
pts examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
sdp_client Merge branch 'master' into ble-api-cleanup 2016-02-18 10:30:06 +01:00
security_manager gap: declare more hci functions as gap functions 2016-02-18 17:12:57 +01:00
btstack_config.h HAVE_HCI_DUMP -> ENABLE_LOG_INTO_HCI_DUMP 2016-01-21 21:27:06 +01:00
Makefile split remote_device_db into btstack_link_key_db and btstack_device_name_db 2016-02-02 21:57:10 +01:00
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