Matthias Ringwald
|
600cf12d83
|
l2cap: reset num unacked frames on S-REJ
|
2018-04-24 15:55:40 +02:00 |
|
Milanka Ringwald
|
72afcab0c3
|
Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop
|
2018-04-24 15:53:58 +02:00 |
|
Milanka Ringwald
|
619d05643b
|
avdtp: update test files for delay report
|
2018-04-24 14:43:23 +02:00 |
|
Milanka Ringwald
|
bc18ee1a25
|
avdtp: do not reset capabilities on stream close
|
2018-04-24 14:42:16 +02:00 |
|
Milanka Ringwald
|
c580323e42
|
avdtp: update remote seid value for query
|
2018-04-24 14:41:16 +02:00 |
|
Milanka Ringwald
|
8177fff398
|
a2dp sink demo: add register track changed event
|
2018-04-24 14:39:58 +02:00 |
|
Milanka Ringwald
|
19af95b439
|
avdtp sink: delay report
|
2018-04-24 14:38:54 +02:00 |
|
Milanka Ringwald
|
12b7c8ec5c
|
avrcp target: implement passthrough 3 & 4
|
2018-04-24 14:37:08 +02:00 |
|
Matthias Ringwald
|
927253d470
|
test/hfp: fix test
|
2018-04-20 17:33:09 +02:00 |
|
Matthias Ringwald
|
279501658e
|
hfp: extract hfp_handle_rfcomm_event from hfp_handle_hci_event, register hci handler in hf/ag
|
2018-04-20 15:54:36 +02:00 |
|
Matthias Ringwald
|
225dff0411
|
nrf5-zephyr: add btstack_crypto
|
2018-04-20 15:44:18 +02:00 |
|
Matthias Ringwald
|
e3c4fe2ff2
|
example/gap_le_advertisements: define adv type strings as const (avoids warnings)
|
2018-04-20 12:29:49 +02:00 |
|
Matthias Ringwald
|
0074810566
|
gatt_client: remove inline attribute from small functions that cause compiler warning about inlining being inefficient
|
2018-04-20 12:28:25 +02:00 |
|
Matthias Ringwald
|
b99706e2e3
|
samv71-xplained-atwilc3000: add buildserver
|
2018-04-20 12:13:11 +02:00 |
|
Matthias Ringwald
|
e85c3ccee8
|
CHANGELOG: introduce btstack_crypto
|
2018-04-20 12:09:45 +02:00 |
|
Matthias Ringwald
|
a66bb80540
|
samv71-xplained-atwilc3000: fix port
|
2018-04-20 12:02:00 +02:00 |
|
Matthias Ringwald
|
6894dd3986
|
test/sm: change to btstack_cyrpto - comment aes_cmac tests, fix test
|
2018-04-20 11:10:59 +02:00 |
|
Matthias Ringwald
|
5b21858b10
|
stm32-f103rb-nucleo: fix typo
|
2018-04-19 21:45:00 +02:00 |
|
Matthias Ringwald
|
d420d8f9ce
|
wiced: add btstack_crypto.c
|
2018-04-19 21:38:32 +02:00 |
|
Matthias Ringwald
|
5571d90f43
|
wiced: add btstack_crypto.c
|
2018-04-19 18:21:59 +02:00 |
|
Matthias Ringwald
|
c5ec696250
|
pic32-harmony: added btstack_crypto.c
|
2018-04-19 18:04:43 +02:00 |
|
Matthias Ringwald
|
d88e71affe
|
sm: remove duplicate declaration
|
2018-04-19 17:33:24 +02:00 |
|
Matthias Ringwald
|
b94c7d9dc9
|
daemon: add btstack_crypto.c
|
2018-04-19 17:32:03 +02:00 |
|
Matthias Ringwald
|
f4c1746d40
|
Merge branch 'develop-crypto' into develop
|
2018-04-19 17:21:16 +02:00 |
|
Matthias Ringwald
|
65658938e5
|
stm32-l053r8-em9304: add btstack_crypto, disable examples that overflow flash
|
2018-04-19 17:07:05 +02:00 |
|
Matthias Ringwald
|
a0eb57dab9
|
mtk: add btstack_crypto
|
2018-04-19 16:34:55 +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
|
2a526f2128
|
sm: fix compile without ENABLE_LE_SECURE_CONNECTIONS and without ENABLE_LE_PERIPHERAL
|
2018-04-19 15:27:24 +02:00 |
|
Matthias Ringwald
|
73cbd4d97f
|
arduino: add btstack_crypto.c
|
2018-04-19 15:18:29 +02:00 |
|
Matthias Ringwald
|
c32dba203d
|
apollo2-em9304: use Makefile.inc
|
2018-04-19 15:16:07 +02:00 |
|
Matthias Ringwald
|
6601f559f6
|
makefile-inc: for src folders
|
2018-04-19 15:15:23 +02:00 |
|
Matthias Ringwald
|
eedf4e5193
|
crypto: remove unused var
|
2018-04-19 15:10:53 +02:00 |
|
Matthias Ringwald
|
9771e28ce7
|
avrcp_controller: rewrite parse attribute parsing
|
2018-04-19 11:14:17 +02:00 |
|
Matthias Ringwald
|
06e1ef7648
|
esp32: drop obsolete example files from template
|
2018-04-18 12:38:14 +02:00 |
|
Milanka Ringwald
|
7078e43451
|
a2dp_source: a2dp_source_create_stream_endpoint returns avdtp_stream_endpoint_t
|
2018-04-18 11:29:09 +02:00 |
|
Milanka Ringwald
|
969f181e02
|
Merge branch 'apr-a2dp' into develop
|
2018-04-18 11:23:17 +02:00 |
|
Matthias Ringwald
|
836408df59
|
avrcp_controller: fix parsing of attributes with length == 0
|
2018-04-18 10:43:00 +02:00 |
|
Milanka Ringwald
|
355ac55311
|
avdtp: fix typo in log info msgs
|
2018-04-18 10:43:00 +02:00 |
|
Milanka Ringwald
|
59e36844b7
|
a2dp: remove l2cap register service from init
|
2018-04-18 10:43:00 +02:00 |
|
Milanka Ringwald
|
485c0a4c68
|
avdtp: remove list of remote seps, emit instead seps to the app, with event done to mark the end
|
2018-04-18 10:43:00 +02:00 |
|
Milanka Ringwald
|
c0491de323
|
avdtp: add sep discovery done event
|
2018-04-18 10:43:00 +02:00 |
|
Milanka Ringwald
|
220a916742
|
avdtp acceptor: fix sep configuration
|
2018-04-18 10:43:00 +02:00 |
|
Matthias Ringwald
|
df4913f899
|
avrcp_controller: fix parsing of attributes with length == 0
|
2018-04-17 15:39:20 +02:00 |
|
Milanka Ringwald
|
7fffb19261
|
avdtp: fix typo in log info msgs
|
2018-04-17 15:32:55 +02:00 |
|
Milanka Ringwald
|
fbc78aa395
|
a2dp: remove l2cap register service from init
|
2018-04-17 15:28:51 +02:00 |
|
Milanka Ringwald
|
49307b6323
|
avdtp: remove list of remote seps, emit instead seps to the app, with event done to mark the end
|
2018-04-17 15:27:08 +02:00 |
|
Matthias Ringwald
|
9c14a9f162
|
esp32: setup system-wide TLV implementation
|
2018-04-17 14:33:23 +02:00 |
|
Milanka Ringwald
|
c15aaafb26
|
avdtp: add sep discovery done event
|
2018-04-17 14:15:33 +02:00 |
|
Matthias Ringwald
|
97d2cadb38
|
hfp: fix answer call command
|
2018-04-16 15:35:34 +02:00 |
|
Milanka Ringwald
|
ca1ffc842a
|
avdtp acceptor: fix sep configuration
|
2018-04-16 14:24:29 +02:00 |
|