btstack/example
2016-04-01 12:27:13 +02:00
..
ancs_client_demo.c event: introduce hci_event_packet_get_type 2016-02-19 14:52:36 +01:00
ancs_client_demo.gatt examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
gap_dedicated_bonding.c use btstack_event_state_get_state 2016-04-01 12:07:08 +02:00
gap_inquiry_and_bond.c use hci_event_inquiry_result_get_num_responses 2016-04-01 12:16:32 +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 use btstack_event_state_get_state 2016-04-01 12:27:13 +02:00
gatt_battery_query.c java: use streamline event names, GAP_LE_EVENT_ADVERTISING_REPORT -> GAP_EVENT_ADVERTISING_REPORT 2016-03-07 17:19:53 +01:00
gatt_browser.c java: use streamline event names, GAP_LE_EVENT_ADVERTISING_REPORT -> GAP_EVENT_ADVERTISING_REPORT 2016-03-07 17:19:53 +01:00
hfp_ag_demo.c use hci_event_inquiry_result_get_num_responses 2016-04-01 12:16:32 +02:00
hfp_hf_demo.c docu: add missing tag 2016-04-01 11:57:00 +02:00
hsp_ag_demo.c docu: add missing tag 2016-04-01 11:57:00 +02:00
hsp_hs_demo.c docu: add missing tag 2016-04-01 11:57:00 +02:00
le_counter.c use btstack_event_state_get_state 2016-04-01 12:27:13 +02:00
le_counter.gatt examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
le_streamer.c example: le_streamer add write_without_response characteristic 2016-03-28 15:15:36 +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 Merge branch 'master' into develop 2016-03-25 23:15:14 +01:00
panu_demo.c use btstack_event_state_get_state 2016-04-01 12:27:13 +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 use btstack_event_state_get_state 2016-04-01 12:07:08 +02:00
sdp_rfcomm_query.c use btstack_event_state_get_state 2016-04-01 12:07:08 +02:00
spp_and_le_counter.c events: RFCOMM_EVENT_OPEN_CHANNEL_COMPLETE -> RFCOMM_EVENT_CHANNEL_OPENED 2016-03-31 23:37:33 +02:00
spp_and_le_counter.gatt examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
spp_counter.c use btstack_event_state_get_state 2016-04-01 12:27:13 +02:00
spp_flowcontrol.c use btstack_event_state_get_state 2016-04-01 12:27:13 +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.