btstack/example
2017-07-21 14:49:04 +02:00
..
a2dp_sink_demo.c avrcp target: add avrcp target connect/sdp query/disconnect; extend a2dp source demo 2017-07-21 14:49:04 +02:00
a2dp_source_demo.c avrcp target: add avrcp target connect/sdp query/disconnect; extend a2dp source demo 2017-07-21 14:49:04 +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 tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__ 2017-03-24 23:39:20 +01:00
gap_inquiry.c hci: fix gap_remote_name_request 2017-07-05 17:13:12 +02:00
gap_le_advertisements.c tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__ 2017-03-24 23:39:20 +01:00
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 examples: add dummy GATT Server to GATT Client demos to avoid disconnect if LE Peripheral starts GATT queries on it's own 2017-03-24 14:50:52 +01:00
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 examples: add dummy GATT Server to GATT Client demos to avoid disconnect if LE Peripheral starts GATT queries on it's own 2017-03-24 14:50:52 +01:00
hfp_ag_demo.c remove <unistd.h> from examples and avrcp impl 2017-06-12 12:29:21 +02:00
hfp_hf_demo.c a2dp source demo: cleanup 2017-07-19 16:10:15 +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 tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__ 2017-03-24 23:39:20 +01:00
le_counter.gatt example/le_counter: fix gap device name 2017-02-10 11:06:11 +01:00
le_streamer_client.c example/le_streamer_client: don't print test data but measure throughput instead 2017-07-19 17:06:54 +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 tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__ 2017-03-24 23:39:20 +01:00
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 example/sco_util: fix unused var warning 2017-04-12 15:45:54 +02:00
sco_demo_util.h Merge branch 'develop' into a2dp 2016-11-14 15:54:38 +01:00
sdp_bnep_query.c bluetooth_sdp: use scraped SDP UUID and PSMs for SDP record creation and parsing 2017-03-26 22:19:18 +02:00
sdp_general_query.c bluetooth_sdp: use scraped SDP UUID and PSMs for SDP record creation and parsing 2017-03-26 22:19:18 +02:00
sdp_rfcomm_query.c bluetooth_sdp: use scraped SDP UUID and PSMs for SDP record creation and parsing 2017-03-26 22:19:18 +02:00
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 example/sm_pairing_peripheral: unix line endings, constant value in characteristic 2016-06-10 10:30:12 +02:00
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/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 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 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.