btstack/example
2016-04-18 16:12:23 +02:00
..
ancs_client_demo.c move 'BTstack up and running' message from examples into port/../main.c 2016-04-08 23:23:09 +02:00
ancs_client_demo.gatt examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
gap_dedicated_bonding.c move 'BTstack up and running' message from examples into port/../main.c 2016-04-08 23:23:09 +02:00
gap_inquiry.c use hci_event_inquiry_result_get_num_responses 2016-04-01 12:16:32 +02:00
gap_le_advertisements.c move 'BTstack up and running' message from examples into port/../main.c 2016-04-08 23:23:09 +02:00
gatt_battery_query.c use getters in HCI_EVENT_LE_META 2016-04-01 16:28:01 +02:00
gatt_browser.c use getters in HCI_EVENT_LE_META 2016-04-01 16:28:01 +02:00
hfp_ag_demo.c hfp: HFP_SUBEVENT_SERVICE_LEVEL_CONNECTION_ESTABLISHED emited with connection handle 2016-04-08 17:04:40 +02:00
hfp_hf_demo.c hfp: HFP_SUBEVENT_SERVICE_LEVEL_CONNECTION_ESTABLISHED emited with connection handle 2016-04-08 17:04:40 +02:00
hsp_ag_demo.c example/hsp: fix docu to refer to ENABLE_SCO_OVER_HCI 2016-04-18 16:12:23 +02:00
hsp_hs_demo.c example/hsp: fix docu to refer to ENABLE_SCO_OVER_HCI 2016-04-18 16:12:23 +02:00
le_counter.c move 'BTstack up and running' message from examples into port/../main.c 2016-04-08 23:23:09 +02:00
le_counter.gatt examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
le_streamer.c att_server: add con handle to send related functions 2016-04-07 14:52:50 +02:00
le_streamer.gatt example: le_streamer add write_without_response characteristic 2016-03-28 15:15:36 +02:00
led_counter.c examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
Makefile.inc example: drop example/gap_inquiry_and_bond.c 2016-04-10 22:00:25 +02:00
panu_demo.c use getters in BNEP_EVENT_CHANNEL_OPENED 2016-04-01 14:49:31 +02: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
sdp_bnep_query.c use btstack_event_state_get_state 2016-04-01 12:07:08 +02:00
sdp_general_query.c move 'BTstack up and running' message from examples into port/../main.c 2016-04-08 23:23:09 +02:00
sdp_rfcomm_query.c move 'BTstack up and running' message from examples into port/../main.c 2016-04-08 23:23:09 +02:00
spp_and_le_counter.c att_server: add con handle to send related functions 2016-04-07 14:52:50 +02:00
spp_and_le_counter.gatt examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
spp_counter.c move 'BTstack up and running' message from examples into port/../main.c 2016-04-08 23:23:09 +02: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 use btstack_event_state_get_state 2016-04-01 12:07:08 +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.