btstack/example
2017-03-08 17:22:55 +01:00
..
ancs_client_demo.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
ancs_client_demo.gatt examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
gap_dedicated_bonding.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
gap_inquiry.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
gap_le_advertisements.c examples: enable Active Scanning in gap_le_advertisements 2017-03-08 17:22:55 +01:00
gatt_battery_query.c examples: parse command line args only if HAVE_POSIX_STDIN, don't call exit() 2017-01-07 21:45:56 +01:00
gatt_browser.c examples: parse command line args only if HAVE_POSIX_STDIN, don't call exit() 2017-01-07 21:45:56 +01:00
hfp_ag_demo.c hfp_ag_demo: cleanup log output, call sco_demo_close on audio release 2017-01-20 15:38:27 +01:00
hfp_hf_demo.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
hsp_ag_demo.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
hsp_hs_demo.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
le_counter.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
le_counter.gatt example/le_counter: fix gap device name 2017-02-10 11:06:11 +01:00
le_streamer_client.c example: add le_streamer_client that connects to le_streamer 2017-02-02 14:40:41 +01:00
le_streamer.c le_streamer: limit test packet size to sizeof(test_data) currently 200 2017-03-01 09:18:40 +01:00
le_streamer.gatt example: le_streamer add write_without_response characteristic 2016-03-28 15:15:36 +02:00
led_counter.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
Makefile.inc sdp: provide device_id_server.h to generate Device ID SDP records 2017-02-22 17:28:57 +01:00
panu_demo.c example/panu_demo: fix unused argument warnings 2017-01-07 22:11:48 +01: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 sco_util: CVSD PLC only needed with wav writer or portaudio 2017-02-01 15:02:28 +01:00
sco_demo_util.h Merge branch 'develop' into a2dp 2016-11-14 15:54:38 +01:00
sdp_bnep_query.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
sdp_general_query.c examples: parse command line args only if HAVE_POSIX_STDIN, don't call exit() 2017-01-07 21:45:56 +01:00
sdp_rfcomm_query.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
sm_pairing_central.c fix unused parameters warning 2016-12-22 22:16:16 +01:00
sm_pairing_peripheral.c fix unused parameters warning 2016-12-22 22:16:16 +01: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 fix unused parameters warning 2016-12-22 22:16:16 +01:00
spp_and_le_counter.gatt examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
spp_counter.c fix unused parameters warning 2016-12-22 22:16:16 +01: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 fix unused parameters warning 2016-12-22 22:16:16 +01: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.