6899 Commits

Author SHA1 Message Date
Milanka Ringwald
da4d68913d avdtp: fix send audio, enable mod 2017-04-26 15:46:32 +02:00
Matthias Ringwald
b3264428f7 ble: fix compile ifndef ENABLE_CLASSIC 2017-04-26 15:38:12 +02:00
Milanka Ringwald
5cfe7f4cc8 fix sink demo, fix source demo sending audio 2017-04-26 12:25:11 +02:00
Matthias Ringwald
1a2f82330a wiced: extract btstack_uart_block_wiced.c from hci_transport_h4_wiced.c, use with regular H4 implementation 2017-04-26 11:58:39 +02:00
Matthias Ringwald
646a1850c2 bcm/h5: allow to use higher main baud rate when fully booted 2017-04-26 11:55:26 +02:00
Matthias Ringwald
99e8f095f5 bcm/h5: extract btstack_chipset_bcm_download_firmware 2017-04-26 11:55:26 +02:00
Matthias Ringwald
aaf306a213 bcm/h5: use hci_dump, disable debug output 2017-04-26 11:55:26 +02:00
Matthias Ringwald
480bd5c8fc bcm/h5: use main baudrate for patchram upload 2017-04-26 11:55:25 +02:00
Matthias Ringwald
0728d358bb bcm/h5: upload init script before starting stack in h5 mode 2017-04-26 11:55:25 +02:00
Matthias Ringwald
ca98ec55e1 posix/uart: wait 100 ms after opening serial port 2017-04-26 11:55:25 +02:00
Matthias Ringwald
cdb8bfaea6 wiced: use micro-ecc from WICED SDK to avoid duplicate symbols 2017-04-25 20:48:09 +02:00
Milanka Ringwald
60ec20d049 introduce flags for suspend, abort, close 2017-04-25 17:12:36 +02:00
Matthias Ringwald
4e94d79fcb chipsets: document possible workaround for CC256x bug during HCI Command Complete Event for HCI VS Update Baudrate 2017-04-25 10:24:16 +02:00
Matthias Ringwald
71aad61857 chipsets: document possible workaround for CC256x bug during HCI Command Complete Event for HCI VS Update Baudrate 2017-04-25 10:10:48 +02:00
Matthias Ringwald
b178c54806 h5: don't log single bytes for rx 2017-04-24 15:24:02 +02:00
Matthias Ringwald
bf71c89905 h5: send empty config reponse for empty config message 2017-04-23 00:19:32 +02:00
Milanka Ringwald
46e6b06306 clean up open/close stream api 2017-04-21 16:34:57 +02:00
Milanka Ringwald
0bdb280dbe source demo cleanup 2017-04-21 14:35:04 +02:00
Milanka Ringwald
944b15048a source demo cleanup 2017-04-21 14:33:26 +02:00
Milanka Ringwald
2f869b6e11 move seids and cid into tracker context 2017-04-21 14:28:54 +02:00
Milanka Ringwald
a42de5830e add start/stop streaming events 2017-04-21 14:13:13 +02:00
Milanka Ringwald
b548dda644 send sine 2017-04-19 16:12:03 +02:00
Matthias Ringwald
77b95b4145 csr: support setting baud rate via h4/h5 2017-04-19 15:12:51 +02:00
Matthias Ringwald
cf524f2b10 posix/windows ports: show BD ADDR when stack running 2017-04-19 14:34:18 +02:00
Milanka Ringwald
ba155c2213 move connect/open stream to a2dp 2017-04-18 17:05:33 +02:00
Milanka Ringwald
274391e8b2 use a2dp interface to init demo app 2017-04-18 14:05:17 +02:00
Milanka Ringwald
b442c9e641 add ad2p files 2017-04-18 11:58:07 +02:00
Milanka Ringwald
bd1ecb8ab0 use defines from bluetooth sdp 2017-04-18 11:22:15 +02:00
Milanka Ringwald
a0ed80bdc9 move config to stream endpoint 2017-04-18 10:51:31 +02:00
Milanka Ringwald
106b2cc4d7 move sbc_configuration_storage init to avdtp 2017-04-18 10:21:37 +02:00
Matthias Ringwald
1b7466ed29 doc: change to micro-ecc 2017-04-13 17:13:40 +02:00
Matthias Ringwald
3570429f98 pic32: update build for micro-ecc 2017-04-13 17:04:53 +02:00
Matthias Ringwald
375650c212 test: sort security manager files 2017-04-13 16:49:28 +02:00
Matthias Ringwald
b31de47062 pic32: update build for micro-ecc 2017-04-13 16:47:18 +02:00
Matthias Ringwald
2bfd9ab5af test: fix security manager test 2017-04-13 16:41:53 +02:00
Matthias Ringwald
880113226d sm: fix compile without LE Secure Connections 2017-04-13 16:31:00 +02:00
Matthias Ringwald
98493a2dfb wiced: enable LE Secure Connections 2017-04-13 16:24:06 +02:00
Matthias Ringwald
35ef865576 sm: check HCI_PAYLOAD_SIZE when LE Secure Connections are used 2017-04-13 16:20:27 +02:00
Matthias Ringwald
5198fffa56 sm: only return prepared random data during ec key generation 2017-04-13 16:10:14 +02:00
Matthias Ringwald
b8ae70b42a hci_dump: fix crash on posix systems caused by logging 2017-04-13 15:55:57 +02:00
Matthias Ringwald
c692d77638 sm: use micro-ecc for p256r1 calculation 2017-04-13 15:23:09 +02:00
Matthias Ringwald
af03003c8a 3rd-party: add micro-ecc/static e4d264b https://github.com/kmackay/micro-ecc.git and test/security_manager/ecc_micro_ecc 2017-04-13 15:23:09 +02:00
Matthias Ringwald
fc5bff5f5a sm: store public key in single 64 byte array instead of two 32 byte arrays 2017-04-13 15:23:09 +02:00
Matthias Ringwald
9d28751f62 test/sm: rename ectest -> ecc_mbed_tls 2017-04-13 15:23:09 +02:00
Milanka Ringwald
78d08d098e move choose config to avdtp 2017-04-12 15:58:49 +02:00
Matthias Ringwald
6211b0c037 example/sco_util: fix unused var warning 2017-04-12 15:45:54 +02:00
Milanka Ringwald
f9bca1f39e avdtp: use avdtp cid instead con handle 2017-04-12 14:12:50 +02:00
Milanka Ringwald
57f317a13d add media con handle to stream endpoint 2017-04-12 11:34:57 +02:00
Milanka Ringwald
9e42cfcc12 remove sep tracking from demo apps 2017-04-12 11:08:24 +02:00
Milanka Ringwald
85efc5ac63 avdtp: add remote seps on discovery 2017-04-11 18:05:24 +02:00