btstack/example
2016-11-16 10:39:25 +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 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
hfp_ag_demo.c hfp: use btstack_atoi 2016-11-16 10:39:25 +01:00
hfp_hf_demo.c hfp: use btstack_atoi 2016-11-16 10:39:25 +01:00
hsp_ag_demo.c maths: aproximation of sqrt 2016-11-14 15:57:58 +01:00
hsp_hs_demo.c maths: aproximation of sqrt 2016-11-14 15:57:58 +01: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
led_counter.c
Makefile.inc move GATT services into src/ble/gatt-service 2016-11-02 15:32:32 +01:00
panu_demo.c
profile.gatt
README.md
sco_demo_util.c hfp: use btstack_atoi 2016-11-16 10:39:25 +01: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 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

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.