btstack/example
2016-06-10 10:21:46 +02: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 move 'BTstack up and running' message from examples into port/../main.c 2016-04-08 23:23:09 +02:00
gap_inquiry.c use hci_event_inquiry_result_get_num_responses 2016-04-01 12:16:32 +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/hsp+hfp: extract SCO test code into sco_demo_util 2016-05-23 18:03:11 +02:00
hfp_hf_demo.c example/hsp+hfp: extract SCO test code into sco_demo_util 2016-05-23 18:03:11 +02: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 Merge branch 'develop' into le-secure-connection 2016-06-09 21:44:03 +02:00
le_counter.gatt sm: calculate DHKey, LTK, and DHKey Check values. Require only Encryption in example 2016-05-27 16:40:53 +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 example: le_streamer add write_without_response characteristic 2016-03-28 15:15:36 +02:00
led_counter.c
Makefile.inc example: add sm_pairing_peripheral 2016-06-10 10:21:46 +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 example/hsp+hfp: extract SCO test code into sco_demo_util 2016-05-23 18:04:57 +02:00
sco_demo_util.h example/hsp+hfp: extract SCO test code into sco_demo_util 2016-05-23 18:04: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_peripheral.c example: add sm_pairing_peripheral 2016-06-10 10:21:46 +02:00
sm_pairing_peripheral.gatt example: add sm_pairing_peripheral 2016-06-10 10:21:46 +02:00
spp_and_le_counter.c examples: simplify att_read_callback for le_couner and spp_and_le_counter again 2016-05-10 12:25:25 +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.