1619 Commits

Author SHA1 Message Date
Matthias Ringwald
edf70fbf9f example: use #define for constants instead of const uint8_t to fix build 2021-06-21 11:35:31 +02:00
Milanka Ringwald
eb80b8cf0d example/a2dp_sink_demo: fix conversion AVDTP to SBC channel mode 2021-06-14 13:49:14 +02:00
Matthias Ringwald
04d1de7f2d example: revert accidental commit 2021-06-12 00:08:36 +02:00
Matthias Ringwald
e06798b61b example: use AD Flags 0x02 in dual-mode examples 2021-06-11 12:07:51 +02:00
Matthias Ringwald
b0e4fcd554 add missing includes to fix build 2021-06-05 16:52:58 +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
Milanka Ringwald
fcb179e715 example/a2dp_sink_demo: add example of long button press and release 2021-05-21 16:24:37 +02:00
Milanka Ringwald
e6d4513600 example/a2dp_source_demo: print all operation IDs 2021-05-21 16:24:37 +02:00
Milanka Ringwald
3f40f18491 example/a2dp_source_demo: fix channel mode 2021-05-21 16:24:37 +02:00
Matthias Ringwald
de52f4be9a Revert "hfp_ag: fix HFP_SUBEVENT_PLACE_CALL_WITH_NUMBER"
This reverts commit 855ec9017ed84df755439fa4d14237da269a91f5.
2021-04-13 10:37:36 +02:00
Matthias Ringwald
855ec9017e hfp_ag: fix HFP_SUBEVENT_PLACE_CALL_WITH_NUMBER 2021-04-13 10:37:07 +02:00
Milanka Ringwald
80d9d5d49a hid_device: provide SDP record params by struct 2021-04-08 15:26:28 +02:00
Matthias Ringwald
11d54508be hfp: use acl_handle and sco_handle in events 2021-04-07 18:28:20 +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
70093cf595 hids_client: get report ID from external report reference 2021-03-31 10:59:38 +02:00
Milanka Ringwald
2901a9b7af hids_client: fix enable mouse and keyboard 2021-03-31 10:59:38 +02:00
Milanka Ringwald
72a8858f81 hids_client: emit report event, add example 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
Matthias Ringwald
fe62696f0f hfp demos: remove the warning about unhandled HFP meta events 2021-03-30 11:34:51 +02:00
Matthias Ringwald
1b043d19e0 hfP_ag_demo: remove broken error report (handle as part of individual events) 2021-03-30 10:21:37 +02:00
Matthias Ringwald
6058cb0da7 examples: use btstack_event.h getters instead of direct array access, use enum to compare status codes 2021-03-25 08:58:57 +01:00
Matthias Ringwald
d04d6ac3e2 hsp ag: emit HSP_SUBEVENT_BUTTON_PRESSED instead of audio connection setup/release 2021-03-24 21:31:12 +01:00
Matthias Ringwald
005e7bd2dd nordic_spp_le_streamer: get context to track throughput 2021-03-24 14:22:27 +01:00
Matthias Ringwald
694f87bfcd ublox_spp_service_server: use events instead of callback 2021-03-22 14:58:56 +01:00
Matthias Ringwald
257f2b0068 nordic_spp_service: use events instead of callback 2021-03-22 14:46:32 +01:00
Matthias Ringwald
6e1d8dbc53 a2dp_source_demo: ignore operation button release 2021-03-19 10:40:41 +01:00
Matthias Ringwald
e4ecb97a75 a2dp examples: show button state for panel operations 2021-03-19 10:20:52 +01:00
Milanka Ringwald
78ae886b05 scan_parameters_service: implement write without response for scan parameters 2021-03-09 13:17:39 +01:00
Matthias Ringwald
79e58675d2 gatt_battery_query: fix warning about set but unused variable 2021-03-08 17:53:00 +01:00
Matthias Ringwald
6bdecec7ba move GATT Service clients into ble/gatt-service 2021-03-08 10:09:41 +01:00
Milanka Ringwald
4c517414dd example: improve documentation for gatt_battery_query and gatt_device_information_query 2021-03-05 18:30:29 +01:00
Milanka Ringwald
087a95b885 ble/device_information_service: rename event, handle events in example 2021-03-05 16:59:58 +01:00
Milanka Ringwald
77aad12581 ble/device_information_service: skeleton files 2021-03-05 16:59:58 +01:00
Matthias Ringwald
8613fdb8dc a2dp_sink_demo, a2dp_source_demo: clarify supported AVRCP categories 2021-03-04 17:51:17 +01:00
Milanka Ringwald
f3d85318ba ble/battery_service_client: reimplement polling, add manual poll and API documentation 2021-03-04 16:51:28 +01:00
Milanka Ringwald
49f1504696 ble/battery_service_client: add poll interval as param to connect function 2021-03-04 16:51:28 +01:00
Milanka Ringwald
89b171cf29 ble/battery_service_client: fix polling, remove size check for internal events 2021-03-04 16:51:28 +01:00
Milanka Ringwald
83b6788cc1 example/gatt_battery_query: clean up 2021-03-04 16:51:28 +01:00
Milanka Ringwald
7ec9a1bb7e ble/battery_service_client: rename event 2021-03-04 16:51:27 +01:00
Milanka Ringwald
174a0c1c8d ble/battery_service_client: implement query services 2021-03-04 16:51:27 +01:00
Matthias Ringwald
be0f8e91b7 a2dp_source_demo: fix compile without stdin 2021-02-10 15:49:53 +01:00
Matthias Ringwald
9e8a756965 hid examples: update documentation 2021-02-09 22:15:30 +01:00
Milanka Ringwald
d93f9014b1 hid_host_demo: update documentation 2021-02-09 15:59:56 +01:00
Milanka Ringwald
e615b0ec8b hid_host: set hid_descriptor_status for incoming connection; emit descriptor_available_event in boot modus 2021-02-09 15:59:56 +01:00
Milanka Ringwald
f1aa1cdc5d hid_host_demo: improve console output 2021-02-09 15:59:56 +01:00
Milanka Ringwald
05439aa6ca hid_host: rewrite establishing input connection 2021-02-09 15:59:56 +01:00
Milanka Ringwald
ffe3f1a125 hid_device: add BLUETOOTH_ATTRIBUTE_HID_NORMALLY_CONNECTABLE to SDP record and an input param to hid_create_sdp_record function 2021-02-09 15:59:55 +01:00
Milanka Ringwald
1ad99f3bd3 hid_device: add hid_remote_wake attribute to API 2021-02-09 15:48:00 +01:00