btstack/example
2016-10-31 12:23:56 +01:00
..
ancs_client_demo.c examples-le: set BR/EDT not supported Flag in Advertisement for LE only examples 2016-06-07 21:56:18 +02:00
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 ad_parser: use const where possible 2016-05-18 11:21:34 +02:00
gatt_battery_query.c example: add void 2016-06-03 15:58:50 +02:00
gatt_browser.c use getters in HCI_EVENT_LE_META 2016-04-01 16:28:01 +02:00
hfp_ag_demo.c example/hfp: use two columns for help menu 2016-10-31 12:23:56 +01:00
hfp_hf_demo.c example/hfp: use two columns for help menu 2016-10-31 12:23:56 +01:00
hsp_ag_demo.c example/hsp+hfp: extract SCO test code into sco_demo_util 2016-05-23 18:03:11 +02:00
hsp_hs_demo.c example/hsp+hfp: extract SCO test code into sco_demo_util 2016-05-23 18:03:11 +02:00
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 examples-le: set BR/EDT not supported Flag in Advertisement for LE only examples 2016-06-07 21:56:18 +02:00
le_streamer.gatt
led_counter.c
Makefile.inc enable portaudio for msbc 2016-10-20 16:25:33 +02:00
panu_demo.c use getters in BNEP_EVENT_CHANNEL_OPENED 2016-04-01 14:49:31 +02:00
profile.gatt
README.md
sco_demo_util.c enable portaudio for msbc 2016-10-20 16:25:33 +02:00
sco_demo_util.h sbc decoder: integration with sco_util 2016-07-08 17:11:57 +02:00
sdp_bnep_query.c use btstack_event_state_get_state 2016-04-01 12:07:08 +02:00
sdp_general_query.c move 'BTstack up and running' message from examples into port/../main.c 2016-04-08 23:23:09 +02:00
sdp_rfcomm_query.c move 'BTstack up and running' message from examples into port/../main.c 2016-04-08 23:23:09 +02:00
sm_pairing_central.c example: add sm_pairing_central 2016-06-10 11:03:59 +02:00
sm_pairing_peripheral.c example/sm_pairing_peripheral: print identity address and type 2016-10-27 11:12:13 +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 move 'BTstack up and running' message from examples into port/../main.c 2016-04-08 23:23:09 +02:00
spp_flowcontrol.c move 'BTstack up and running' message from examples into port/../main.c 2016-04-08 23:23:09 +02:00
spp_streamer.c use btstack_event_state_get_state 2016-04-01 12:07:08 +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.