btstack/example
2017-01-16 21:32:42 +01:00
..
ancs_client_demo.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
ancs_client_demo.gatt
gap_dedicated_bonding.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
gap_inquiry.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
gap_le_advertisements.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
gatt_battery_query.c examples: parse command line args only if HAVE_POSIX_STDIN, don't call exit() 2017-01-07 21:45:56 +01:00
gatt_browser.c examples: parse command line args only if HAVE_POSIX_STDIN, don't call exit() 2017-01-07 21:45:56 +01:00
hfp_ag_demo.c Merge branch 'develop' into windows-h4 2017-01-16 21:32:42 +01:00
hfp_hf_demo.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
hsp_ag_demo.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
hsp_hs_demo.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
le_counter.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
le_counter.gatt
le_streamer.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
le_streamer.gatt
led_counter.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
Makefile.inc example: clean object files in src folders, too 2017-01-14 22:01:31 +01:00
panu_demo.c example/panu_demo: fix unused argument warnings 2017-01-07 22:11:48 +01:00
profile.gatt
README.md
sco_demo_util.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
sco_demo_util.h Merge branch 'develop' into a2dp 2016-11-14 15:54:38 +01:00
sdp_bnep_query.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
sdp_general_query.c examples: parse command line args only if HAVE_POSIX_STDIN, don't call exit() 2017-01-07 21:45:56 +01:00
sdp_rfcomm_query.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
sm_pairing_central.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
sm_pairing_peripheral.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
sm_pairing_peripheral.gatt
spp_and_le_counter.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
spp_and_le_counter.gatt
spp_counter.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
spp_flowcontrol.c
spp_streamer.c fix unused parameters warning 2016-12-22 22:16:16 +01:00

BTstack Examples

The examples in this folder demonstrate how various Bluetooth profiles can be used with BTstack.

Each contains a btstack_main() function that is called after the Bluetooth stack has been configured.

By this, the examples are linked in by various ports in the port/ directory. Please go to one of the subfolders of port/ to compile for a specific BTstack port.