btstack/example
2017-08-09 22:58:56 +02:00
..
a2dp_sink_demo.c avdtp/avrcp: log error on malloc failure 2017-08-09 16:45:27 +02:00
a2dp_source_demo.c Fix more warnings (mostly sign-compare) 2017-08-09 22:58:56 +02:00
ancs_client_demo.c btstack_stdin: replace stdin_support.[ch] with btstack_stdin.h and platform implementations 2017-05-27 21:50:19 +02:00
ancs_client_demo.gatt
gap_dedicated_bonding.c
gap_inquiry.c hci: fix gap_remote_name_request 2017-07-05 17:13:12 +02:00
gap_le_advertisements.c
gatt_battery_query.c btstack_stdin: replace stdin_support.[ch] with btstack_stdin.h and platform implementations 2017-05-27 21:50:19 +02:00
gatt_battery_query.gatt
gatt_browser.c btstack_stdin: replace stdin_support.[ch] with btstack_stdin.h and platform implementations 2017-05-27 21:50:19 +02:00
gatt_browser.gatt
hfp_ag_demo.c fix warnings: mostly sign-compare 2017-08-08 18:03:40 +02:00
hfp_hf_demo.c fix warnings: mostly sign-compare 2017-08-08 18:03:40 +02:00
hid_keyboard_demo.c btstack_stdin: provide console input in callback 2017-05-27 21:50:39 +02:00
hsp_ag_demo.c fix warnings: mostly sign-compare 2017-08-08 18:03:40 +02:00
hsp_hs_demo.c fix warnings: mostly sign-compare 2017-08-08 18:03:40 +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 avrcp target: add avrcp target connect/sdp query/disconnect; extend a2dp source demo 2017-07-21 14:49:04 +02:00
panu_demo.c btstack_stdin: replace stdin_support.[ch] with btstack_stdin.h and platform implementations 2017-05-27 21:50:19 +02:00
pbap_client_demo.c btstack_stdin: provide console input in callback 2017-05-27 21:50:39 +02:00
profile.gatt
README.md
sco_demo_util.c Fix more warnings (mostly sign-compare) 2017-08-09 22:58:56 +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 example/le_streamer: print connection interval and connection latency on connect 2017-06-27 12:14:45 +02:00
spp_and_le_streamer.gatt example: add spp_streamer_client 2017-05-25 19:19:32 +02:00
spp_counter.c
spp_flowcontrol.c
spp_streamer_client.c spp_streamer: disable page/inquiry scan during test 2017-06-15 11:34:14 +02:00
spp_streamer.c spp_streamer: disable page/inquiry scan during test 2017-06-15 11:34:14 +02: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.