btstack/example
2016-11-02 15:32:32 +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 examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
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 use new Data Type defines from bluetooth_data_types 2016-10-31 16:05:07 +01:00
gap_le_advertisements.c use new Data Type defines from bluetooth_data_types 2016-10-31 16:05:07 +01: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 move GATT services into src/ble/gatt-service 2016-11-02 15:31:48 +01:00
le_counter.gatt example/le_counter: add Battery Service 2016-11-02 10:53:23 +01: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 examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
Makefile.inc move GATT services into src/ble/gatt-service 2016-11-02 15:32:32 +01:00
panu_demo.c use getters in BNEP_EVENT_CHANNEL_OPENED 2016-04-01 14:49:31 +02:00
profile.gatt examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
README.md daemon: move examples from example/daemon to platform/daemon/example. fix mtk compile 2016-02-19 10:33:52 +01:00
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 examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
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.