btstack/example
2016-03-30 10:59:47 +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 event: introduce hci_event_packet_get_type 2016-02-19 14:52:36 +01:00
gap_inquiry_and_bond.c Merge branch 'master' into ble-api-cleanup 2016-03-03 14:26:11 +01:00
gap_inquiry.c rewrite sscanf_bd_addr to be sscanf free 2016-03-04 14:21:22 +01:00
gap_le_advertisements.c example: gap_le_advertismens - RSSI is signed int 2016-03-20 21:24:43 +01: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 prefix POSIX related HAVE_ defines 2016-03-30 10:59:47 +02:00
hfp_hf_demo.c prefix POSIX related HAVE_ defines 2016-03-30 10:59:47 +02:00
hsp_ag_demo.c prefix POSIX related HAVE_ defines 2016-03-30 10:59:47 +02:00
hsp_hs_demo.c prefix POSIX related HAVE_ defines 2016-03-30 10:59:47 +02:00
le_counter.c event: introduce hci_event_packet_get_type 2016-02-19 14:52:36 +01: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 runloop: use new setters in panu_demo 2016-03-24 21:56:47 +01: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 event: introduce hci_event_packet_get_type 2016-02-19 14:52:36 +01:00
sdp_general_query.c sdp_util: extract sdp_create_spp_service into spp_server and use spp_create_sdp_record 2016-03-17 11:24:38 +01:00
sdp_rfcomm_query.c sdp_util: extract sdp_create_spp_service into spp_server and use spp_create_sdp_record 2016-03-17 11:24:38 +01:00
spp_and_le_counter.c sdp_util: extract sdp_create_spp_service into spp_server and use spp_create_sdp_record 2016-03-17 11:24:38 +01:00
spp_and_le_counter.gatt examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
spp_counter.c sdp_util: extract sdp_create_spp_service into spp_server and use spp_create_sdp_record 2016-03-17 11:24:38 +01:00
spp_flowcontrol.c sdp_util: extract sdp_create_spp_service into spp_server and use spp_create_sdp_record 2016-03-17 11:24:38 +01:00
spp_streamer.c spp_streamer: fix compile warning 2016-03-23 14:43:39 +01: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.