Matthias Ringwald
4d7d20a57c
fix build
2020-09-19 09:45:43 +02:00
Matthias Ringwald
ec9422468d
a2dp-forwarding: avdtp_mitm_demo -> a2dp_mitm_demo
2020-09-17 09:41:56 +02:00
Milanka Ringwald
48b86f8ae0
a2dp-forwarding: remove multistack code
2020-09-17 09:41:56 +02:00
Matthias Ringwald
1b27a074a7
example/Makefile.inc: allow to drop classic objects from Makefile build
2020-09-11 16:49:49 +02:00
Milanka Ringwald
5666fff440
avrcp_browsing_client: update browsing code, register AVDTP sink service
2020-09-04 17:43:36 +02:00
Matheus Garbelini
4783d25609
Fix some python3 related errors during compilation
...
* qt-h4 cmake now uses PROJECT_SOURCE_DIR to correctly point to the project root folder (fixes compilation error when the user build from sub-folder)
* Change from using python to `python3` (previously compilation would fail if user had python as the default python2.7)
2020-06-24 02:33:27 +08:00
Milanka Ringwald
665a00cb2a
avrcp: move browsing code to avrcp_browsing.c
2020-06-17 16:15:40 +02:00
Milanka Ringwald
3121b998ac
avrcp browsing: remove create connection from browsing controller and target, use instead single avrcp_browsing_connect, handle incoming connection
2020-06-17 16:15:39 +02:00
Milanka Ringwald
7925f33fc9
Makefile: add avrcp_target.o to avrcp_browsing_client
2020-06-17 16:13:03 +02:00
Matthias Ringwald
07f151d6de
example/le_mitm: MITM implementation that forwards ATT PDUs and allows for pairing
2020-05-06 17:25:27 +02:00
Matthias Ringwald
1aadab7a3b
example: hog_boot_host_demo implement an HID-over-GATT Boot Host that supports keyboard and mouse
2020-04-20 14:46:38 +02:00
Milanka Ringwald
cc2a5f42a2
mesh: add skeleton files for mesh_configuration_client
2019-12-06 09:25:36 +01:00
Milanka Ringwald
85dc67fcd5
mesh: add mesh_generic_default_transition_time_client
2019-12-05 14:31:24 +01:00
Milanka Ringwald
07affd8204
mesh: add mesh_generic_default_transition_time_server
2019-12-03 14:49:24 +01:00
Matthias Ringwald
2310501b70
example: remove unused btstack_link_key_db_memory
2019-11-08 13:50:02 +01:00
Matthias Ringwald
6d466148c0
example: add gatt_heart_rate_client to list of LE targets
2019-10-24 17:55:29 +02:00
Matthias Ringwald
df6b38e67d
example/spp_streamer_client: fix build
2019-09-16 11:36:10 +02:00
Matthias Ringwald
bf8e3fa80f
examples: use rm -r to clean .dSYM (os x debug) files
2019-08-12 13:16:33 +02:00
Matthias Ringwald
0b4518e21f
examples: list mesh_node_demo as LE-only example
2019-07-20 09:31:08 +02:00
Milanka Ringwald
39018edacb
mesh: rename mesh generic client and server, update includes
2019-07-20 08:50:36 +02:00
Matthias Ringwald
85417dcb2e
mesh: remove test/mesh from example/Makefile.inc
2019-07-20 08:50:34 +02:00
Matthias Ringwald
cf862b3640
mesh: mesh_node_demo general example
2019-07-20 08:50:34 +02:00
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