btstack/example
2017-10-30 15:17:00 +01:00
..
a2dp_sink_demo.c a2dp sink demo: warning on avrcp cmds called beforeestablishing AVRCP connection 2017-10-27 10:21:19 +02:00
a2dp_source_demo.c a2dp source demo: print reception of AVRCP play, pause, stop operation 2017-10-25 12:55:28 +02:00
ancs_client_demo.c
ancs_client_demo.gatt
ant_test.c example: add ANT example for TI CC2567 2017-10-02 15:01:57 +02:00
dut_mode_classic.c example/dut_mode_classic: fix packet handler comment 2017-10-19 11:58:20 +02:00
gap_dedicated_bonding.c
gap_inquiry.c
gap_le_advertisements.c
gatt_battery_query.c
gatt_battery_query.gatt
gatt_browser.c
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_keyboard_demo.c hid_keyboard_demo: add Device ID service record 2017-10-06 18:04:02 +02:00
hid_mouse_demo.c add hid_mouse_demo example 2017-09-25 16:19:25 +02:00
hog_keyboard_demo.c HOG mouse/keyboard: stop sending on disconnect 2017-10-30 15:17:00 +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/keyboard: stop sending on disconnect 2017-10-30 15:17:00 +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 example/le_streamer_client: provide template to set connection interval 2017-08-23 17:13:26 +02:00
le_streamer.c
le_streamer.gatt
led_counter.c
Makefile.inc example/dut_mode_classic: enter BR/EDR Device Under Test (DUT) mode example 2017-10-19 11:42:45 +02:00
panu_demo.c panu_demo: fix SDP remote log output 2017-10-26 15:42:09 +02:00
pbap_client_demo.c autoconnect if STDIN is not defined 2017-08-23 11:19:27 +02:00
profile.gatt
README.md
sco_demo_util.c
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.c
sm_pairing_peripheral.gatt
spp_and_le_counter.c example: use new att_read_callback_* helpers 2017-09-23 21:37:22 +02:00
spp_and_le_counter.gatt
spp_and_le_streamer.c examples: unify local names and append BD_ADDR 2017-08-16 21:40:32 +02:00
spp_and_le_streamer.gatt
spp_counter.c examples: unify local names and append BD_ADDR 2017-08-16 21:40:32 +02:00
spp_flowcontrol.c examples: unify local names and append BD_ADDR 2017-08-16 21:40:32 +02:00
spp_streamer_client.c
spp_streamer.c examples: unify local names and append BD_ADDR 2017-08-16 21:40:32 +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.