btstack/example
2017-08-15 15:07:44 +02:00
..
a2dp_sink_demo.c remove Remove Ctrl-C from usage 2017-08-15 15:07:44 +02:00
a2dp_source_demo.c a2dp: handle sdp query failure 2017-08-15 15:07:44 +02:00
ancs_client_demo.c remove Remove Ctrl-C from usage 2017-08-15 15:07:44 +02:00
ancs_client_demo.gatt
gap_dedicated_bonding.c
gap_inquiry.c
gap_le_advertisements.c
gatt_battery_query.c
gatt_battery_query.gatt
gatt_browser.c
gatt_browser.gatt
hfp_ag_demo.c remove Remove Ctrl-C from usage 2017-08-15 15:07:44 +02:00
hfp_hf_demo.c remove Remove Ctrl-C from usage 2017-08-15 15:07:44 +02:00
hid_keyboard_demo.c
hsp_ag_demo.c remove Remove Ctrl-C from usage 2017-08-15 15:07:44 +02:00
hsp_hs_demo.c remove Remove Ctrl-C from usage 2017-08-15 15:07:44 +02:00
le_counter.c
le_counter.gatt
le_streamer_client.c le_streamer_client: don't start scanning on disconnect caused by shutdown 2017-08-06 22:26:13 +02:00
le_streamer.c le_streamer: print disconnect with reason 2017-07-07 15:10:10 +02:00
le_streamer.gatt
led_counter.c
Makefile.inc sm: drop support for mbed-tls for ECDH 2017-08-14 11:17:52 +02:00
panu_demo.c
pbap_client_demo.c remove Remove Ctrl-C from usage 2017-08-15 15:07:44 +02:00
profile.gatt
README.md
sco_demo_util.c fix comparison of integers of different signs 2017-08-11 12:14:47 +02:00
sco_demo_util.h
sdp_bnep_query.c
sdp_general_query.c
sdp_rfcomm_query.c
sm_pairing_central.c
sm_pairing_peripheral.c
sm_pairing_peripheral.gatt
spp_and_le_counter.c
spp_and_le_counter.gatt
spp_and_le_streamer.c
spp_and_le_streamer.gatt
spp_counter.c
spp_flowcontrol.c
spp_streamer_client.c
spp_streamer.c

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.