btstack/example
Matthias Ringwald ceed67ffe6 Merge branch 'develop'
# Conflicts:
#	README.md
#	chipset/zephyr/nrf5340_dongle/README.md
#	port/libusb/README.md
#	src/hci_transport_h5.c
2024-12-20 16:26:26 +01:00
..
a2dp_sink_demo.c
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
avrcp_browsing_client.c
CMakeLists.txt
dut_mode_classic.c
gap_dedicated_bonding.c
gap_inquiry.c
gap_le_advertisements.c
gap_link_keys.c
gatt_battery_query.c
gatt_battery_query.gatt
gatt_browser.c
gatt_browser.gatt
gatt_counter.c
gatt_counter.gatt
gatt_device_information_query.c
gatt_device_information_query.gatt
gatt_heart_rate_client.c
gatt_streamer_server.c
gatt_streamer_server.gatt
hfp_ag_demo.c
hfp_hf_demo.c
hid_host_demo.c
hid_keyboard_demo.c
hid_mouse_demo.c
hog_boot_host_demo.c
hog_host_demo.c
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
le_credit_based_flow_control_mode_server.c
le_credit_based_flow_control_mode_server.gatt
le_mitm.c
le_streamer_client.c
led_counter.c
Makefile.inc
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
profile.gatt
README.md
sco_demo_util.c
sco_demo_util.h
sdp_bnep_query.c
sdp_general_query.c
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
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.