111 Commits

Author SHA1 Message Date
Matthias Ringwald
bdc352b16d examples: renamed le_counter to gatt_counter and le_streamer to le_streamer_server to indicate suppport for GATT over BR/EDR 2019-06-21 10:45:17 +02:00
Matthias Ringwald
32324834e4 le_streamer: setup GATT over BR/EDR 2019-06-20 17:23:03 +02:00
Matthias Ringwald
6bee1f95fc le_counter: setup GATT over BR/EDR 2019-06-20 17:22:41 +02:00
Matthias Ringwald
235be4f4c8 lwip: move nosys port into platform/lwip/port folder 2019-06-10 15:07:21 +02:00
Matthias Ringwald
97dc5e692c new pan_lwip_http_server example
- add lwIP sources commit b3a939417 (after STABLE-2.1.1) as 3rd-party/lwip/core
- add small DHCP server as 3rd-party/lwip/dhcp-server
- add BNEP lwIP adapter that handles BNEP events and forwards packets between BNEP and lwIP (only tested for NO_SYS == 1)
- add pan_lwip_http_server example that provides lwIP http server on http://192.168.7.1
- example is added to port/libusb
2019-06-07 16:57:00 +02:00
Matthias Ringwald
fedcc363f3 example: add sm.c to all examples 2019-03-29 17:48:08 +01:00
Milanka Ringwald
c446645633 goep_client: use obex builder functions 2019-03-27 12:00:33 +01:00
Matthias Ringwald
6a4fc70825 example/panu_demo: setup SDP and register PANU SDP Record 2019-02-27 10:42:20 +01:00
Matthias Ringwald
9eddf5e891 new audio_duplex example to quickly test audio implementation 2019-02-24 13:04:39 +01:00
Milanka Ringwald
502593062d a2dp taret demo: add volume control 2019-02-21 22:17:39 +01:00
Milanka Ringwald
14e3e2c227 a2dp sink demo: enable volume control as target 2019-02-21 22:17:39 +01:00
Matthias Ringwald
e9c5f44ee8 a2dp_sink_demo: use linear resampling to fix samplerate drift 2019-02-21 12:03:23 +01:00
Matthias Ringwald
60da69122d exampe: use VPATH for hxcmod-player 2019-01-26 22:38:20 +01:00
Milanka Ringwald
16e3e4af25 ublox_spp_le_counter: include device info service 2018-11-13 09:35:34 +01:00
Milanka Ringwald
733ac1e89f ublox_spp_service_server: Implementation of the ublox SPP-like profile 2018-11-06 15:13:10 +01:00
Milanka Ringwald
ba7944be54 nordic spp server service: update Makefile, update service name, use correct handle for notify 2018-10-31 09:59:11 +01:00
Matthias Ringwald
69fa7fc678 example: add sine_player to test audio playback 2018-10-29 09:37:53 +01:00
Milanka Ringwald
ebdf3c684b nordic_spp_service_server: added service and examples 2018-10-24 13:03:45 +02:00
Milanka Ringwald
a796c06fe4 hid_demo: fix compile 2018-10-22 22:05:48 +02:00
Matthias Ringwald
e03b79ab68 pbap_client: implement pbap_lookup_by_number 2018-09-27 09:38:56 +02:00
Matthias Ringwald
c1bc0b8eb5 pbap_client: add support for md5 authentication challenge 2018-09-17 17:16:59 +02:00
Matthias Ringwald
96cb50ec30 example/spp_flowcontrol: fix compile 2018-09-07 12:25:49 +02:00
Matthias Ringwald
beb202884a att: ENABLE_ATT_DELAYED_READ_RESPONSE -> ENABLE_ATT_DELAYED_RESPONSE, example/att_delayed_read_response.c -> example/att_delayed_response.c 2018-08-27 11:01:19 +02:00
Matthias Ringwald
b88bf5bffc add btstack_audio to example/Makefile.inc instead of individual ports that include it 2018-07-20 17:29:15 +02:00
Matthias Ringwald
f89030054a New example/mod_player.c 2018-07-20 16:26:42 +02:00
Matthias Ringwald
2b3b87f99e example: add uECC.c to all examples (same as btstack_crytpto.c) 2018-04-19 15:31:23 +02:00
Matthias Ringwald
d1a1f6a4cf sm: use btstack_crypto (lifted from btstack-crypto branch) 2018-04-04 15:53:01 +02:00
Matthias Ringwald
7d405bedbe new att_server_delayed_read_response example 2018-03-16 11:19:34 +01:00
Matthias Ringwald
6104991b22 example: new gatt_heart_rate_client example 2018-03-09 12:46:55 +01:00
Matthias Ringwald
caa3fd526c example: new gap_link_keys example 2018-02-05 18:25:10 +01:00
Matthias Ringwald
ff01079be9 add le_data_channel examples to most ports 2018-01-19 16:32:28 +01:00
Matthias Ringwald
e69f253036 le_data_channel_client: fix compile 2018-01-19 16:15:29 +01:00
Matthias Ringwald
483d346123 le_data_channel_server: add GAP Service with name 2018-01-19 16:15:29 +01:00
Matthias Ringwald
ed69724ce0 le_data_channel_server: fix build 2018-01-19 16:15:28 +01:00
Matthias Ringwald
1add4db554 example: add le_data_channel_client and le_data_channel_server demos 2018-01-19 16:15:28 +01:00
Matthias Ringwald
1d5191c92e hid_host_demo: use new HID parser to decode keyboard and simulate terminal 2017-12-04 14:57:08 +01:00
Matthias Ringwald
a59e4bafff sbc: only link against sbc encoder for a2dp_source and sbc decoder in a2dp_sink demos 2017-11-29 17:23:58 +01:00
Matthias Ringwald
c37cd8f3d1 sbc: split btstack_sbc_bludroid.c into seperate encoder and decoder implementation 2017-11-29 17:13:17 +01:00
Matthias Ringwald
2d05904d2f hid_host_demo: query SDP HID record for PSMs and HID Descriptor 2017-11-27 15:21:42 +01:00
Matthias Ringwald
e5779dd230 sm_pairing_central: add dummy GATT DB 2017-11-21 15:52:22 +01:00
Milanka Ringwald
f4cac3dd72 avrcp browsing: remove example from Makeifile 2017-11-21 11:55:17 +01:00
Milanka Ringwald
954cc391b7 avrcp: add media item iterator 2017-11-21 11:46:32 +01:00
Matthias Ringwald
2ef57735b0 btstack_tlv: add btstack_tlv registry to all examples 2017-11-09 12:07:52 +01:00
Matthias Ringwald
23c00ae5e8 fix build 2017-11-04 21:45:45 +01:00
Milanka Ringwald
f12a3722fc avrcp browsing: add draft connect/disconnect 2017-11-03 17:12:57 +01:00
Matthias Ringwald
486d2354f0 example/dut_mode_classic: enter BR/EDR Device Under Test (DUT) mode example 2017-10-19 11:42:45 +02:00
Matthias Ringwald
95c72533b4 example: add ANT example for TI CC2567 2017-10-02 15:01:57 +02:00
Matthias Ringwald
aa29f5873d add hid_mouse_demo example 2017-09-25 16:19:25 +02:00
Matthias Ringwald
fbf7b2f339 add hog_mouse_demo example 2017-09-25 16:07:45 +02:00
Matthias Ringwald
a4bfc4fed9 hog: hid-over-gatt - add hids_device gatt service and hog_keyboard_demo example 2017-09-25 11:41:28 +02:00