btstack/example
2018-02-06 11:15:12 +01:00
..
a2dp_sink_demo.c sbc: remove bad frame num 2018-01-17 16:39:48 +01:00
a2dp_source_demo.c a2dp_source_demo: fix compile without stdin 2018-01-04 21:33:40 +01: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
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
gap_link_keys.c example: new gap_link_keys example 2018-02-05 18:25:10 +01:00
gatt_battery_query.c
gatt_battery_query.gatt
gatt_browser.c
gatt_browser.gatt
hfp_ag_demo.c
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
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
hog_keyboard_demo.gatt
hog_mouse_demo.c hog_mouse_demo: ignore repeated subscriptions 2017-11-09 12:14:10 +01:00
hog_mouse_demo.gatt
hsp_ag_demo.c
hsp_hs_demo.c
le_counter.c
le_counter.gatt
le_data_channel_client.c le_data_channel_client: send by default 2018-01-19 16:15:29 +01: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: use gatt_client_request_can_write_without_response_event 2018-02-01 15:17:49 +01:00
le_streamer.c example/le_streamer: use single characteristic for write without reponse and notify, track data received by writes 2018-01-29 15:04:18 +01:00
le_streamer.gatt example/le_streamer: use single characteristic for write without reponse and notify, track data received by writes 2018-01-29 15:04:18 +01:00
led_counter.c
Makefile.inc example: new gap_link_keys example 2018-02-05 18:25:10 +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
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 example/sm_pairing_central: print SM_EVENT_PAIRING_COMPLETE 2018-02-01 17:37:32 +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
spp_counter.c update examples docu 2017-11-01 15:35:16 +01:00
spp_flowcontrol.c
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.