btstack/example
2017-06-14 14:31:58 +02:00
..
a2dp_sink_demo.c a2dp demo: fix cmd interface 2017-06-14 14:12:09 +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
avdtp_sink_demo.c remove <unistd.h> from examples and avrcp impl 2017-06-12 12:29:21 +02:00
avdtp_source_demo.c remove <unistd.h> from examples and avrcp impl 2017-06-12 12:29:21 +02:00
gap_dedicated_bonding.c
gap_inquiry.c fix build 2017-06-07 15:14:53 +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 remove <unistd.h> from examples and avrcp impl 2017-06-12 12:29:21 +02:00
hfp_hf_demo.c hfp hf: fix typo, add event to demo 2017-06-14 14:31:58 +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 btstack_stdin: provide console input in callback 2017-05-27 21:50:39 +02:00
hsp_hs_demo.c btstack_stdin: provide console input in callback 2017-05-27 21:50:39 +02:00
le_counter.c
le_counter.gatt
le_streamer_client.c btstack_stdin: replace stdin_support.[ch] with btstack_stdin.h and platform implementations 2017-05-27 21:50:19 +02:00
le_streamer.c example: fix warning for unused argc, argv 2017-05-22 22:04:20 +02:00
le_streamer.gatt
led_counter.c
Makefile.inc avrcp+avdtp sink: add joined demo 2017-06-13 15:23:23 +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
sco_demo_util.h
sdp_bnep_query.c
sdp_general_query.c
sdp_rfcomm_query.c
sm_pairing_central.c fix format warnings for uint32_t values 2017-05-02 16:17:33 +02:00
sm_pairing_peripheral.c fix format warnings for uint32_t values 2017-05-02 16:17:33 +02:00
sm_pairing_peripheral.gatt
spp_and_le_counter.c examples: use gap_pin_code_response in examples and tests 2017-05-22 11:44:40 +02:00
spp_and_le_counter.gatt
spp_and_le_streamer.c example/spp_and_le_streamer: send data via SPP or LE as fast as possible 2017-05-25 16:25:17 +02:00
spp_and_le_streamer.gatt example: add spp_streamer_client 2017-05-25 19:19:32 +02:00
spp_counter.c examples: use gap_pin_code_response in examples and tests 2017-05-22 11:44:40 +02:00
spp_flowcontrol.c examples: use gap_pin_code_response in examples and tests 2017-05-22 11:44:40 +02:00
spp_streamer_client.c example/spp_streamer_client: use state to decide on next action on inquiry complete 2017-06-12 11:24:11 +02:00
spp_streamer.c example/spp_streamer: new version that acts as a server, similar to le_streamer 2017-05-25 16:49:39 +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.