btstack/example
2017-12-15 16:11:34 +01:00
..
a2dp_sink_demo.c avdtp sink: update API to retrun cmd status, fix reconfigure, remove printf from library 2017-12-15 16:11:34 +01:00
a2dp_source_demo.c a2dp: handle pin code request 2017-12-13 14:29:50 +01:00
ancs_client_demo.c remove Remove Ctrl-C from usage 2017-08-15 15:07:44 +02:00
ancs_client_demo.gatt
ant_test.c example: add ANT example for TI CC2567 2017-10-02 15:01:57 +02:00
avrcp_browsing_client.c avrcp browsing: handle incoming avrcp connection 2017-12-13 14:29:15 +01:00
dut_mode_classic.c update examples docu 2017-11-01 15:35:16 +01:00
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 autoconnect if STDIN is not defined 2017-08-23 11:19:27 +02:00
hfp_hf_demo.c examples: unify local names and append BD_ADDR 2017-08-16 21:40:32 +02:00
hid_host_demo.c hid_host_demo: use new HID parser to decode keyboard and simulate terminal 2017-12-04 14:57:08 +01:00
hid_keyboard_demo.c docu: add example tags, fix table for pdf 2017-11-01 10:41:16 +01:00
hid_mouse_demo.c docu: add example tags, fix table for pdf 2017-11-01 10:41:16 +01:00
hog_keyboard_demo.c a2dp sink demo: add doku 2017-10-31 12:53:04 +01:00
hog_keyboard_demo.gatt hog: hid-over-gatt - add hids_device gatt service and hog_keyboard_demo example 2017-09-25 11:41:28 +02:00
hog_mouse_demo.c hog_mouse_demo: ignore repeated subscriptions 2017-11-09 12:14:10 +01:00
hog_mouse_demo.gatt add hog_mouse_demo example 2017-09-25 16:07:45 +02:00
hsp_ag_demo.c autoconnect if STDIN is not defined 2017-08-23 11:19:27 +02:00
hsp_hs_demo.c examples: unify local names and append BD_ADDR 2017-08-16 21:40:32 +02:00
le_counter.c example: use new att_read_callback_* helpers 2017-09-23 21:37:22 +02:00
le_counter.gatt
le_streamer_client.c docu: add example tags, fix table for pdf 2017-11-01 10:41:16 +01:00
le_streamer.c update examples docu 2017-11-01 15:35:16 +01:00
le_streamer.gatt
led_counter.c
Makefile.inc hid_host_demo: use new HID parser to decode keyboard and simulate terminal 2017-12-04 14:57:08 +01:00
panu_demo.c network: fix compile, add btstack_network_get_name 2017-11-07 22:10:15 +01:00
pbap_client_demo.c update examples docu 2017-11-01 15:35:16 +01: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 handle SDP query error 2017-08-22 11:12:08 +02:00
sdp_general_query.c handle SDP query error 2017-08-22 11:12:08 +02:00
sdp_rfcomm_query.c handle SDP query error 2017-08-22 11:12:08 +02:00
sm_pairing_central.c sm_pairing_peripheral: fix gatt include 2017-11-22 09:40:57 +01:00
sm_pairing_central.gatt sm_pairing_central: add dummy GATT DB 2017-11-21 15:52:22 +01:00
sm_pairing_peripheral.c sm: sm_use_fixed_legacy_pairing_passkey_in_display_role -> sm_use_fixed_passkey_in_display_role 2017-11-13 12:06:04 +01:00
sm_pairing_peripheral.gatt
spp_and_le_counter.c update examples docu 2017-11-01 15:35:16 +01:00
spp_and_le_counter.gatt
spp_and_le_streamer.c update examples docu 2017-11-01 15:35:16 +01:00
spp_and_le_streamer.gatt example: add spp_streamer_client 2017-05-25 19:19:32 +02:00
spp_counter.c update examples docu 2017-11-01 15:35:16 +01:00
spp_flowcontrol.c examples: unify local names and append BD_ADDR 2017-08-16 21:40:32 +02:00
spp_streamer_client.c update examples docu 2017-11-01 15:35:16 +01:00
spp_streamer.c update examples docu 2017-11-01 15:35: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.