btstack/example
2024-09-03 15:23:04 +02:00
..
a2dp_sink_demo.c example/a2dp_sink_demo: use cod 20404 - headphones 2024-05-16 11:50:26 +02:00
a2dp_source_demo.c
ancs_client_demo.c
ancs_client_demo.gatt
ant_test.c
att_delayed_response.c
att_delayed_response.gatt
audio_duplex.c example/audio_duplex: increase audio buffer 2024-08-08 14:33:57 +02:00
avrcp_browsing_client.c
CMakeLists.txt
dut_mode_classic.c
gap_dedicated_bonding.c
gap_inquiry.c
gap_le_advertisements.c gap_le_advertisement: improve output 2024-09-03 15:23:04 +02:00
gap_link_keys.c
gatt_battery_query.c example: fix command line address parsing 2024-05-27 11:24:44 +02:00
gatt_battery_query.gatt
gatt_browser.c example: fix command line address parsing 2024-05-27 11:24:44 +02:00
gatt_browser.gatt
gatt_counter.c
gatt_counter.gatt
gatt_device_information_query.c example: fix command line address parsing 2024-05-27 11:24:44 +02:00
gatt_device_information_query.gatt
gatt_heart_rate_client.c example: fix command line address parsing 2024-05-27 11:24:44 +02:00
gatt_streamer_server.c example/gatt_streamer_server: fix PHY update message 2024-05-09 21:07:13 +02:00
gatt_streamer_server.gatt
hfp_ag_demo.c example/hfp_ag_demo: report apple accessory information 2024-07-23 18:26:03 +02:00
hfp_hf_demo.c example/hfp_hf_demo: set Apple Accessory Information 2024-07-23 18:26:03 +02:00
hid_host_demo.c hid_host_demo: fix warning 2024-08-14 17:03:39 +02:00
hid_keyboard_demo.c
hid_mouse_demo.c
hog_boot_host_demo.c
hog_host_demo.c example/hog_host_demo: start scanning on disconnect 2024-07-11 12:01:52 +02:00
hog_host_demo.gatt
hog_keyboard_demo.c
hog_keyboard_demo.gatt
hog_mouse_demo.c
hog_mouse_demo.gatt
hsp_ag_demo.c
hsp_hs_demo.c
le_audio_demo_util_sink.c
le_audio_demo_util_sink.h
le_audio_demo_util_source.c
le_audio_demo_util_source.h
le_credit_based_flow_control_mode_client.c example: fix command line address parsing 2024-05-27 11:24:44 +02:00
le_credit_based_flow_control_mode_server.c
le_credit_based_flow_control_mode_server.gatt
le_mitm.c
le_streamer_client.c example: fix command line address parsing 2024-05-27 11:24:44 +02:00
led_counter.c
Makefile.inc Add hci_event_builder.c to various ports and tests 2024-08-20 10:59:02 +02:00
mesh_node_demo.c
mesh_node_demo.gatt
mod_player.c
nordic_spp_le_counter.c
nordic_spp_le_counter.gatt
nordic_spp_le_streamer.c
nordic_spp_le_streamer.gatt
pan_lwip_http_server.c
panu_demo.c
pbap_client_demo.c example/pbap_client_demo: add 'A' to disconnect PBAP 2024-07-18 11:23:30 +02:00
profile.gatt
README.md
sco_demo_util.c
sco_demo_util.h
sdp_bnep_query.c
sdp_general_query.c example: fix command line address parsing 2024-05-27 11:24:44 +02:00
sdp_rfcomm_query.c
sine_player.c
sm_pairing_central.c
sm_pairing_central.gatt
sm_pairing_peripheral.c
sm_pairing_peripheral.gatt
spp_and_gatt_counter.c
spp_and_gatt_counter.gatt
spp_and_gatt_streamer.c
spp_and_gatt_streamer.gatt
spp_counter.c
spp_flowcontrol.c
spp_streamer_client.c example/spp_streamer_client: look for SPP Server 2024-06-10 13:09:36 +02:00
spp_streamer.c
ublox_spp_le_counter.c
ublox_spp_le_counter.gatt

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.