Milanka Ringwald
|
fc975d0e06
|
hids_client: move to gatt_service
|
2021-03-31 10:44:23 +02:00 |
|
Milanka Ringwald
|
2e39b0f098
|
device_information_client: read CCCD for pts test
|
2021-03-31 10:44:23 +02:00 |
|
Milanka Ringwald
|
ff666f0b82
|
device_information_client: fix emit_string_event
|
2021-03-31 10:44:23 +02:00 |
|
Milanka Ringwald
|
c5b041aa98
|
device_information_service_client: add state for pts test
|
2021-03-31 10:44:23 +02:00 |
|
Milanka Ringwald
|
09fa6397dc
|
device_information_client: add test support
|
2021-03-31 10:44:23 +02:00 |
|
Milanka Ringwald
|
7594dd721d
|
battery_service_client: read client characteristic configuration
|
2021-03-31 10:44:23 +02:00 |
|
Milanka Ringwald
|
dd57ce9fbd
|
battery_service_client: increase num_instances only if the instance can be stored
|
2021-03-31 10:44:23 +02:00 |
|
Milanka Ringwald
|
813fc1b96d
|
battery_service_client: move all gatt client queries into run_for_client function
|
2021-03-31 10:44:23 +02:00 |
|
Milanka Ringwald
|
86e3414340
|
battery_service_client: add test support
|
2021-03-31 10:44:23 +02:00 |
|
Milanka Ringwald
|
6d1993e00d
|
battery_service_client: service field
|
2021-03-31 10:44:23 +02:00 |
|
Milanka Ringwald
|
b1ad49f931
|
battery_service_client: remove invalid UNUSED
|
2021-03-31 10:44:23 +02:00 |
|
Milanka Ringwald
|
8450b24f6b
|
hid_host_test: improve console output
|
2021-03-31 10:44:22 +02:00 |
|
Milanka Ringwald
|
05146de047
|
tool/compile_gatt: parse EXTERNAL_REPORT_REFERENCE
|
2021-03-31 10:44:22 +02:00 |
|
Milanka Ringwald
|
309522270a
|
gatt_client: Use ATT_READ_REQUEST for first blob of Read Long Characteristic
|
2021-03-31 10:44:22 +02:00 |
|
Matthias Ringwald
|
1167ff8389
|
hfp_ag: fix send cmd via generator
|
2021-03-31 10:13:29 +02:00 |
|
Matthias Ringwald
|
894d499cbb
|
hfp_ag: fix function name
|
2021-03-31 09:57:23 +02:00 |
|
Matthias Ringwald
|
ff7d6aea3a
|
src: replace sprintf with snprintf and zero last byte
|
2021-03-30 15:53:50 +02:00 |
|
Matthias Ringwald
|
924c007898
|
tool/misc: replace sprintf with snprintf and zero last byte using coccinelle
|
2021-03-30 15:51:40 +02:00 |
|
Matthias Ringwald
|
ae46d66684
|
hfp_ag: skip comma after last status indicator
|
2021-03-30 14:02:42 +02:00 |
|
Matthias Ringwald
|
d0a0eceeda
|
hfp_ag: trigger codec exchange and disconnect after all other state machines
|
2021-03-30 13:52:44 +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
|
fded480ca8
|
a2dp_source: reset sep_discovery_cid if no suitable sep found
|
2021-03-30 09:27:19 +02:00 |
|
Matthias Ringwald
|
5a4785c8a7
|
hfp_hf: only emit single event for RING and AG Status updates
|
2021-03-29 16:01:21 +02:00 |
|
Matthias Ringwald
|
7c76cd6112
|
avoid #include "btstack.h" by core stack
|
2021-03-29 15:10:28 +02:00 |
|
Matthias Ringwald
|
8e85021e5f
|
Merge pull request #348 from dlech/patch-1
changelog: add missing bullet points in recent entries
|
2021-03-29 12:34:53 +02:00 |
|
David Lechner
|
693c9a6e8a
|
Add bullet points in recent changelog entries
Without the bullet points, the changelog is difficult to read when rendered on GitHub.
|
2021-03-26 11:21:29 -05:00 |
|
Matthias Ringwald
|
c8dfe071e5
|
hci_transport: extract convenience function declaration for h4, h5, em9304_spi, and usb into separate hci_transport_{type}.h
|
2021-03-26 11:51:57 +01:00 |
|
Matthias Ringwald
|
7ca89cabe0
|
hfp: declare arrays param in init functions as const
|
2021-03-26 10:04:07 +01:00 |
|
Bjoern Hartmann
|
8300a979e2
|
posix: check if file was opened successfully
|
2021-03-25 22:13:10 +01:00 |
|
Matthias Ringwald
|
bec5f683aa
|
gap: only store link key for ssp if remote side has set bondable in io cap auth requirements as well
|
2021-03-25 10:20:00 +01:00 |
|
Matthias Ringwald
|
50d7398c74
|
hci: store io cap response auth requirements
|
2021-03-25 10:18:16 +01:00 |
|
Matthias Ringwald
|
8dbd61593e
|
hci: reply to IO Capabilities request if not bondable, too.
|
2021-03-25 10:01:56 +01:00 |
|
Matthias Ringwald
|
a8d20135f0
|
gap: calculate IO Cap AuthReq Bondable Mode based on gap_ssp_set_authentication_requirement and gap_set_bondable_mode
|
2021-03-25 09:31:42 +01: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
|
fcf88f47f1
|
hci: improve max acl frag calculation for ENABLE_LE_LIMIT_ACL_FRAGMENT_BY_MAX_OCTETS
|
2021-03-24 14:23:31 +01:00 |
|
Matthias Ringwald
|
005e7bd2dd
|
nordic_spp_le_streamer: get context to track throughput
|
2021-03-24 14:22:27 +01:00 |
|
Matthias Ringwald
|
0d4e135319
|
a2dp_source: ENABLE_A2DP_SOURCE_EXPLICIT_CONFIG disables auto-config
|
2021-03-24 10:35:36 +01:00 |
|
Matthias Ringwald
|
1c6acc9c58
|
a2dp_source: extract a2dp_source_set_config
|
2021-03-24 10:29:28 +01:00 |
|
Bjoern Hartmann
|
1d882eda6f
|
hsp: fix at command format
|
2021-03-24 09:04:14 +01:00 |
|
Matthias Ringwald
|
ffc05fad03
|
a2dp_source: drop avdtp_stream_endpoint_context_t
|
2021-03-23 18:46:56 +01:00 |
|
Matthias Ringwald
|
2a9f9e2af4
|
a2dp_source: collect state for sep discovery
|
2021-03-23 18:46:56 +01:00 |
|
Matthias Ringwald
|
b1041d0e98
|
a2dp_source: use sep_discovery_cid instead of a2dp_source_cid
|
2021-03-23 18:46:56 +01:00 |
|
Matthias Ringwald
|
16d361c46f
|
a2dp_source: move outgoing_active into avdtp_connection_t
|
2021-03-23 18:46:56 +01:00 |
|
Matthias Ringwald
|
cf913c0c9a
|
a2dp_source: move stream_endpoint_configured into avdtp_connection_t
|
2021-03-23 18:46:56 +01:00 |
|
Matthias Ringwald
|
f75c61fdd1
|
a2dp_source: move have_config into avdtp_connection_t
|
2021-03-23 18:46:56 +01:00 |
|
Matthias Ringwald
|
b7eb14d40f
|
a2dp_source: use getter for outgoing_active, have_configuration, stream_configured
|
2021-03-23 18:46:56 +01:00 |
|
Matthias Ringwald
|
80ad01c556
|
a2dp_source: drop simple a2dp_source_cid checks
|
2021-03-23 18:46:56 +01:00 |
|
Matthias Ringwald
|
5d747e2271
|
a2dp_source: remove global a2dp_source_state
|
2021-03-23 18:46:56 +01:00 |
|