156 Commits

Author SHA1 Message Date
Matthias Ringwald
046d88ffdf example: fix Makefile build 2023-11-17 15:54:04 +01:00
Matthias Ringwald
698592e1b6 example: fix HOG keyboard and mouse demo makefile builds 2023-09-18 22:37:52 +02:00
Matthias Ringwald
224c7b63df example/hog_host_demo: setup GATT DB 2023-08-29 19:28:41 +02:00
Matthias Ringwald
68a70b347e example/hog_host_demo: setup GATT DB 2023-08-29 19:18:09 +02:00
Matthias Ringwald
212d7460b5 example: fix build with make 2023-05-03 12:27:08 +02:00
Matthias Ringwald
cacea69c67 posix-h4: fix build 2023-03-02 15:58:08 +01:00
Dirk Helbig
bbbd19ba43 a2dp_sink_demo: use built-in btstack_sample_rate_compensation module 2023-01-31 16:21:52 +01:00
Matthias Ringwald
a40d68f27a example: fix makefile build 2022-10-24 12:05:37 +02:00
Matthias Ringwald
d567aeb323 mesh: move gatt services into mesh/gatt-service folder 2022-10-03 12:31:34 +02:00
Matthias Ringwald
1fd701e0cd ports: add a2dp 2022-03-16 22:20:09 +01:00
Matthias Ringwald
4de67120c0 example: add obex_parser.c to examples 2021-11-26 22:34:48 +01:00
Matthias Ringwald
284d66bc61 example: rename le_data_channel examples into le_credit_based_flow_control_mode 2021-11-20 22:51:15 +01:00
Milanka Ringwald
35facaddd1 gatt-service: implement MICS Client 2021-09-28 16:15:13 +02:00
Matthias Ringwald
fe776b3ce2 example: fix compile on windows 2021-05-21 17:36:38 +02:00
Matthias Ringwald
2769e469b3 example: support make build with multiple jobs 2021-05-21 17:19:07 +02:00
Matthias Ringwald
3cbedd4337 hid: prefix hid.h and hid.c with btstack_ 2021-03-31 12:07:41 +02:00
Milanka Ringwald
021192e149 hids_client: merge states for boot and report mode 2021-03-31 10:59:38 +02:00
Milanka Ringwald
cf26c8fbbf hids_client: skeleton code for connect 2021-03-31 10:46:52 +02:00
Milanka Ringwald
78ae886b05 scan_parameters_service: implement write without response for scan parameters 2021-03-09 13:17:39 +01:00
Milanka Ringwald
77aad12581 ble/device_information_service: skeleton files 2021-03-05 16:59:58 +01:00
Milanka Ringwald
174a0c1c8d ble/battery_service_client: implement query services 2021-03-04 16:51:27 +01:00
Milanka Ringwald
05439aa6ca hid_host: rewrite establishing input connection 2021-02-09 15:59:56 +01:00
Matthias Ringwald
3c3e5a84cc example: init gatt client for sm pairing examples, pretty print gatt result 2020-12-02 21:11:07 +01:00
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