btstack/example
2018-08-09 22:25:51 +02:00
..
a2dp_sink_demo.c example/a2dp_sink_demo: fix compile 2018-08-03 22:34:53 +02:00
a2dp_source_demo.c a2dp_source: a2dp_source_create_stream_endpoint returns avdtp_stream_endpoint_t 2018-04-18 11:29:09 +02:00
ancs_client_demo.c example: fix warnings for printf of uint32_t values 2018-01-12 15:54:03 +01:00
ancs_client_demo.gatt
ant_test.c example: add ANT example for TI CC2567 2017-10-02 15:01:57 +02:00
att_delayed_read_response.c example/att_delayed_read_response: fix compile without ENABLE_ATT_DELAYED_READ_RESPONSE 2018-05-03 10:13:45 +02:00
att_delayed_read_response.gatt new att_server_delayed_read_response example 2018-03-16 11:19:34 +01: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
gap_le_advertisements.c example/gap_le_advertisements: define adv type strings as const (avoids warnings) 2018-04-20 12:29:49 +02:00
gap_link_keys.c example: new gap_link_keys example 2018-02-05 18:25:10 +01:00
gatt_battery_query.c don't use empty initializer [-Wgnu-empty-initializer] 2018-07-05 22:13:46 +02:00
gatt_battery_query.gatt
gatt_browser.c don't use empty initializer [-Wgnu-empty-initializer] 2018-07-05 22:13:46 +02:00
gatt_browser.gatt
gatt_heart_rate_client.c don't use empty initializer [-Wgnu-empty-initializer] 2018-07-05 22:13:46 +02:00
hfp_ag_demo.c autoconnect if STDIN is not defined 2017-08-23 11:19:27 +02:00
hfp_hf_demo.c
hid_host_demo.c example: fix warnings for printf of uint32_t values 2018-01-12 15:54:03 +01:00
hid_keyboard_demo.c example/hid_keyboard_demo: connect to fixed remote device on first keypress 2018-07-23 12:53:41 +02:00
hid_mouse_demo.c example: fix warnings for printf of uint32_t values 2018-01-12 15:54:03 +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 hsp hs: accept incoming sco connection 2018-03-14 15:55:26 +01:00
le_counter.c merge fixes from master 2018-08-03 22:20:28 +02:00
le_counter.gatt
le_data_channel_client.c don't use empty initializer [-Wgnu-empty-initializer] 2018-07-05 22:13:46 +02:00
le_data_channel_server.c le_data_channel_server: add link to iOS test app 2018-02-06 11:15:12 +01:00
le_data_channel_server.gatt le_data_channel_server: add GAP Service with name 2018-01-19 16:15:29 +01:00
le_streamer_client.c example/le_streamer_client: init sm before gatt client 2018-08-06 20:32:47 +02:00
le_streamer.c example/le_streamer: handle LE Connection Complete only once 2018-08-09 22:25:51 +02:00
le_streamer.gatt example/le_streamer: provide two test characteristics to support test with separate tx/rx 2018-02-20 15:47:00 +01:00
led_counter.c fix 'no newline at end of file' [-Wnewline-eof] 2018-07-05 22:19:19 +02:00
Makefile.inc add btstack_audio to example/Makefile.inc instead of individual ports that include it 2018-07-20 17:29:15 +02:00
mod_player.c New example/mod_player.c 2018-07-20 16:26:42 +02: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 example/sco_demo_util: update to btstack_audio.h API 2018-07-20 16:13:52 +02:00
sco_demo_util.h
sdp_bnep_query.c example: fix warnings for printf of uint32_t values 2018-01-12 15:54:03 +01:00
sdp_general_query.c
sdp_rfcomm_query.c
sm_pairing_central.c example/sm_pairing_central: print SM_EVENT_PAIRING_COMPLETE 2018-02-01 17:37:32 +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 merge fixes from master 2018-08-03 22:20:28 +02:00
sm_pairing_peripheral.gatt
spp_and_le_counter.c merge fixes from master 2018-08-03 22:20:28 +02: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
spp_counter.c update examples docu 2017-11-01 15:35:16 +01:00
spp_flowcontrol.c
spp_streamer_client.c example/spp_streamer_client: fix compiler warning 2018-07-05 23:09:10 +02: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.