btstack/example
2016-10-03 12:02:54 +02:00
..
ancs_client_demo.c
ancs_client_demo.gatt
gap_dedicated_bonding.c example/sm_pairing_peripheral: unix line endings, constant value in characteristic 2016-06-10 10:30:12 +02:00
gap_inquiry.c example: gap_inquiry use Extended Inquiry Response to get name directly if possible 2016-09-29 15:53:57 +02:00
gap_le_advertisements.c
gatt_battery_query.c
gatt_browser.c
hfp_ag_demo.c examples: register hci event handler 2016-09-30 09:48:26 +02:00
hfp_hf_demo.c examples: register hci event handler 2016-09-30 09:48:26 +02:00
hsp_ag_demo.c
hsp_hs_demo.c
le_counter.c example/sm_pairing_peripheral: unix line endings, constant value in characteristic 2016-06-10 10:30:12 +02:00
le_counter.gatt example/sm_pairing_peripheral: unix line endings, constant value in characteristic 2016-06-10 10:30:12 +02:00
le_streamer.c
le_streamer.gatt
led_counter.c
Makefile.inc examples: tidy SBC section 2016-10-03 12:02:54 +02:00
panu_demo.c
profile.gatt
README.md
sco_demo_util.c sco utils: use wav util 2016-09-19 14:40:47 +02:00
sco_demo_util.h sbc decoder: integration with sco_util 2016-07-08 17:11:57 +02:00
sdp_bnep_query.c
sdp_general_query.c
sdp_rfcomm_query.c
sm_pairing_central.c example: add sm_pairing_central 2016-06-10 11:03:59 +02:00
sm_pairing_peripheral.c example: add sm_pairing_peripheral 2016-06-10 10:21:46 +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 example/spp_and_le_counter: set 'BR/EDR not supported' flag and explain why 2016-06-10 11:13:07 +02:00
spp_and_le_counter.gatt
spp_counter.c
spp_flowcontrol.c
spp_streamer.c

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.