btstack/example
2017-05-22 22:04:20 +02:00
..
ancs_client_demo.c example: fix warning for unused argc, argv 2017-05-22 22:04:20 +02:00
ancs_client_demo.gatt
gap_dedicated_bonding.c tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__ 2017-03-24 23:39:20 +01:00
gap_inquiry.c gap: provide gap_remote_name_request 2017-05-21 22:44:47 +02:00
gap_le_advertisements.c tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__ 2017-03-24 23:39:20 +01:00
gatt_battery_query.c example: fix warning for unused argc, argv 2017-05-22 22:04:20 +02:00
gatt_battery_query.gatt
gatt_browser.c example: fix warning for unused argc, argv 2017-05-22 22:04:20 +02:00
gatt_browser.gatt
hfp_ag_demo.c example/hfp_ag: use gap inquiry functionality 2017-05-22 11:04:15 +02:00
hfp_hf_demo.c tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__ 2017-03-24 23:39:20 +01:00
hid_keyboard_demo.c hid_device: extract l2cap handling into classic/hid_device, send events 2017-04-27 14:57:02 +02:00
hsp_ag_demo.c tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__ 2017-03-24 23:39:20 +01:00
hsp_hs_demo.c tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__ 2017-03-24 23:39:20 +01:00
le_counter.c tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__ 2017-03-24 23:39:20 +01:00
le_counter.gatt
le_streamer_client.c example: fix warning for unused argc, argv 2017-05-22 22:04:20 +02:00
le_streamer.c example: fix warning for unused argc, argv 2017-05-22 22:04:20 +02:00
le_streamer.gatt
led_counter.c tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__ 2017-03-24 23:39:20 +01:00
Makefile.inc gap: unify inquiry, inquiry with rssi, and extended inquiry response into GAP_EVENT_INQUIRY_RESULT with optional RSSI and name. Update gap_inquiry example 2017-05-17 23:07:55 +02:00
panu_demo.c example: fix warning for unused argc, argv 2017-05-22 22:04:20 +02:00
pbap_client_demo.c example/pbap_client_demo: fix include 2017-05-04 11:29:13 +02:00
profile.gatt
README.md
sco_demo_util.c example/sco_util: fix unused var warning 2017-04-12 15:45:54 +02:00
sco_demo_util.h
sdp_bnep_query.c bluetooth_sdp: use scraped SDP UUID and PSMs for SDP record creation and parsing 2017-03-26 22:19:18 +02:00
sdp_general_query.c bluetooth_sdp: use scraped SDP UUID and PSMs for SDP record creation and parsing 2017-03-26 22:19:18 +02:00
sdp_rfcomm_query.c bluetooth_sdp: use scraped SDP UUID and PSMs for SDP record creation and parsing 2017-03-26 22:19:18 +02:00
sm_pairing_central.c fix format warnings for uint32_t values 2017-05-02 16:17:33 +02:00
sm_pairing_peripheral.c fix format warnings for uint32_t values 2017-05-02 16:17:33 +02:00
sm_pairing_peripheral.gatt
spp_and_le_counter.c examples: use gap_pin_code_response in examples and tests 2017-05-22 11:44:40 +02:00
spp_and_le_counter.gatt
spp_counter.c examples: use gap_pin_code_response in examples and tests 2017-05-22 11:44:40 +02:00
spp_flowcontrol.c examples: use gap_pin_code_response in examples and tests 2017-05-22 11:44:40 +02:00
spp_streamer.c bluetooth_sdp: use scraped SDP UUID and PSMs for SDP record creation and parsing 2017-03-26 22:19:18 +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.