btstack/example
2016-03-07 17:19:53 +01: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 java: use streamline event names, GAP_LE_EVENT_ADVERTISING_REPORT -> GAP_EVENT_ADVERTISING_REPORT 2016-03-07 17:19:53 +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
hsp_hs_test.c sco: HAVE_SCO_OVER_HCI -> ENABLE_SCO_OVER_HCI 2016-03-01 17:29:04 +01: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 event: introduce hci_event_packet_get_type 2016-02-19 14:52:36 +01:00
le_streamer.gatt examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
led_counter.c examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
Makefile.inc examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
panu_demo.c event: introduce hci_event_packet_get_type 2016-02-19 14:52:36 +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 event: introduce hci_event_packet_get_type 2016-02-19 14:52:36 +01:00
sdp_rfcomm_query.c event: introduce hci_event_packet_get_type 2016-02-19 14:52:36 +01:00
spp_and_le_counter.c event: introduce hci_event_packet_get_type 2016-02-19 14:52:36 +01:00
spp_and_le_counter.gatt examples: move out of embedded subfolder 2016-02-19 09:46:37 +01:00
spp_counter.c event: introduce hci_event_packet_get_type 2016-02-19 14:52:36 +01:00
spp_flowcontrol.c fix msp430 ports 2016-03-04 14:37:06 +01:00
spp_streamer.c event: introduce hci_event_packet_get_type 2016-02-19 14:52:36 +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.