11626 Commits

Author SHA1 Message Date
Matthias Ringwald
d80ccd43b8 avdtp: streamline request to send for acceptor/initiator signaling connections
avoid stream endpoint lookup by remote seid
2020-10-16 14:07:42 +02:00
Matthias Ringwald
76b0318e1d hci: fix compile 2020-10-14 14:16:13 +02:00
Matthias Ringwald
a8bb045c9d changelog: update 2020-10-14 11:14:44 +02:00
Matthias Ringwald
0a1a2d88e7 sm: only allow CTKD to overwrite existing link key if derived key has same or higher authentication 2020-10-14 11:12:22 +02:00
Matthias Ringwald
0b636a850b sm: check requirements for ctkd sequentially 2020-10-14 10:49:30 +02:00
Matthias Ringwald
bdb14b0eaf sm: fix unreachable code 2020-10-14 10:24:59 +02:00
Matthias Ringwald
55160b1c55 sm: store CTKD key with Public Identity Address 2020-10-13 22:24:24 +02:00
Matthias Ringwald
e8ad470ff8 gap: add gap_get_link_key_for_bd_addr 2020-10-13 18:06:17 +02:00
Matthias Ringwald
8276777316 a2dp source: fix crash on outgoing connection after previous incoming one
The pointer to the user media codec configuration buffer was stored in stream_endpoint.remote_configuration, which was set to zero in avdtp_reset_stream_endpoint. The user buffer is now stored separately and it is updateds when the configuration gets set/updated. The field media_codec_sbc_info is used by a2dp configure and reconfigure.
2020-10-13 13:25:33 +02:00
Matthias Ringwald
44e638f3c1 avdtp: improve log_debug output 2020-10-13 10:53:54 +02:00
Matthias Ringwald
15218b796f cc256x: update TI GIT URL, add rule for bluetooth_init_cc2560C_avpr_1.4.c 2020-10-12 18:57:46 +02:00
Matthias Ringwald
f8cade38b7 a2dp_source: set media codec len 2020-10-12 18:30:23 +02:00
Matthias Ringwald
55c62cf557 sm: use h6 functions only with CTKD 2020-10-12 16:46:24 +02:00
Matthias Ringwald
1cc65c4fce hfp_hf: extract hfp_hf_handle_suggested_codec, use flags to trigger commands 2020-10-12 16:28:00 +02:00
Matthias Ringwald
332ca98fda hfp_hf: use trigger_codec_exchange instead of command field 2020-10-12 15:40:27 +02:00
Matthias Ringwald
47e6a58d45 hfp_hff: +BAC not sent by AG 2020-10-12 15:19:44 +02:00
Matthias Ringwald
dbc963ca4f daemon: return 0 from main() 2020-10-12 15:00:54 +02:00
Matthias Ringwald
eaf2b0a14e hfp_hf: sending ATA must wait for ok 2020-10-12 12:31:01 +02:00
Matthias Ringwald
76cc152743 hfp: sort code, use assert 2020-10-12 12:09:29 +02:00
Matthias Ringwald
2e755e5da0 sm: fix compile, reduce compile time flag use 2020-10-12 11:59:50 +02:00
Matthias Ringwald
5308b30f8d ports: enable ENABLE_CROSS_TRANSPORT_KEY_DERIVATION for desktop 2020-10-09 13:05:50 +02:00
Matthias Ringwald
6857ad8fd2 sm: Cross-Transport Key Derivation requires ENABLE_CROSS_TRANSPORT_KEY_DERIVATION 2020-10-09 13:05:50 +02:00
Matthias Ringwald
1046568c8f sm: only start CTKD if bonding enabled 2020-10-09 13:04:34 +02:00
Matthias Ringwald
a756d52b32 sm: skip calculation of h6 without classic 2020-10-09 11:55:03 +02:00
Matthias Ringwald
1159d23955 avdtp: remove local_seid from capabilities events 2020-10-09 11:53:16 +02:00
Matthias Ringwald
1c8795f6af avdtp: improve debug output 2020-10-09 11:40:48 +02:00
Matthias Ringwald
3a69f723a4 avdtp_initiator: more log_debug 2020-10-08 12:13:31 +02:00
Matthias Ringwald
1cc8850a16 doc: fix get git tag in buildbot 2020-10-08 09:58:00 +02:00
Matthias Ringwald
4687e2cbe0 chipset: list BCM/CYW 43xxx 2020-10-07 15:55:51 +02:00
Matthias Ringwald
a999813ff5 doc: remove tmp mkdocs file on make clean 2020-10-07 15:38:05 +02:00
Matthias Ringwald
12586ac87e doc: remove duplicate APIs 2020-10-07 15:29:00 +02:00
Matthias Ringwald
cce066bb13 changelot: update 2020-10-07 14:59:31 +02:00
Matthias Ringwald
030e197dd0 esp32: reduce log output for tlv 2020-10-07 14:18:53 +02:00
Matthias Ringwald
bdf09c5f4f avdtp_initiator: prioritize set config over stream operations, additional log_debug 2020-10-07 13:52:42 +02:00
Milanka Ringwald
ff75b0b1e0 doc: add missing APIs 2020-10-07 11:49:01 +02:00
Matthias Ringwald
a32d980d48 java: fix Util.storeBytes 2020-10-06 17:53:53 +02:00
Matthias Ringwald
7ab355f4eb tool: add package.sh script to release version incl. documentation 2020-10-06 17:50:43 +02:00
Milanka Ringwald
26e89fe09a pts/avdtp_sink: update audio processing 2020-10-06 15:29:25 +02:00
Milanka Ringwald
0b322400fd avrcp: updated SDP record 2020-10-06 15:29:25 +02:00
Matthias Ringwald
d5a5379299 doc: set commit/tag in mkdocs.yml 2020-10-06 11:52:23 +02:00
Matthias Ringwald
a5061c7ea0 doc: configure mkdocs for local html 2020-10-05 18:18:40 +02:00
Matthias Ringwald
3789dc732d doc: update scripts to python3 2020-10-05 18:03:24 +02:00
Matthias Ringwald
ccaf0865c0 port: allow make clean without first building the daemon 2020-10-05 16:11:34 +02:00
Matthias Ringwald
8613e0eb5b ports: remove memory config for classic where classic is not enabled 2020-10-05 12:48:31 +02:00
Matthias Ringwald
e52893ef8a ports: configure 4 SDP records for a2dp_source_demo 2020-10-05 12:42:39 +02:00
Matthias Ringwald
b22bcb2c4d stm32-sx1280: extract SX1280HalSpiTxThenRx 2020-10-04 20:02:43 +02:00
Matthias Ringwald
0f3448bc23 stm32-sx1280: reject too long packets, reset tx buffers on terminate 2020-10-04 17:06:20 +02:00
Matthias Ringwald
f8278fd5f2 stm32-sx1280: prepare tx buffers 2020-10-04 17:06:20 +02:00
Matthias Ringwald
f0a70bc3dd stm32-sx1280: use ticks for close connection event 2020-10-04 17:06:20 +02:00
Matthias Ringwald
f6933f5711 stm32-sx1280: fix check for latest tx packet 2020-10-04 17:06:20 +02:00