mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-03 23:47:08 +00:00
.. | ||
ancs_client_demo.c | ||
ancs_client_demo.gatt | ||
gap_dedicated_bonding.c | ||
gap_inquiry.c | ||
gap_le_advertisements.c | ||
gatt_battery_query.c | ||
gatt_browser.c | ||
hfp_ag_demo.c | ||
hfp_hf_demo.c | ||
hsp_ag_demo.c | ||
hsp_hs_demo.c | ||
le_counter.c | ||
le_counter.gatt | ||
le_streamer.c | ||
le_streamer.gatt | ||
led_counter.c | ||
Makefile.inc | ||
panu_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 | ||
sm_pairing_central.c | ||
sm_pairing_peripheral.c | ||
sm_pairing_peripheral.gatt | ||
spp_and_le_counter.c | ||
spp_and_le_counter.gatt | ||
spp_counter.c | ||
spp_flowcontrol.c | ||
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.