5783 Commits

Author SHA1 Message Date
Matthias Ringwald
4f55d09f61 test/sm: implement f6 2016-05-27 16:40:53 +02:00
Matthias Ringwald
2fde466246 test/sm: implement f5 2016-05-27 16:40:53 +02:00
Matthias Ringwald
587b3d906a test/sm: implement f4 2016-05-27 16:40:53 +02:00
Matthias Ringwald
94d1976d90 test/sm: re-implemented aes_cmac using software AES 2016-05-27 16:40:53 +02:00
Matthias Ringwald
4f4918761b mbedtls: disable unused elliptic curves 2016-05-27 16:40:53 +02:00
Matthias Ringwald
21931e38aa sm: add ecliptic curve support from mbedtls 2016-05-27 16:40:53 +02:00
Matthias Ringwald
10355e4f1a sm: don't calc random numbers for legacy pairing key distribution when using secure connections 2016-05-26 12:42:48 +02:00
Matthias Ringwald
47c65c64aa sm: passkey entry for secure connections in initiator role 2016-05-26 12:26:34 +02:00
Matthias Ringwald
122e257637 tool: state_enums.sh enumerates SM and RFCOMM states 2016-05-26 11:23:44 +02:00
Matthias Ringwald
855ba1c56c sm: numeric comparison for secure connections in initiator role 2016-05-26 10:46:48 +02:00
Matthias Ringwald
f2431dd832 sm: just works for secure connections in initiator role 2016-05-25 22:52:11 +02:00
Matthias Ringwald
589f8a1dc2 sm: auto confirm pairing in gap_le_connect_to_1111 example 2016-05-25 22:51:41 +02:00
Matthias Ringwald
d5499c6f2d rfcomm: fix previous commit, return 1 although it's not used currently 2016-05-25 21:02:39 +02:00
Matthias Ringwald
7d20d6a437 rfcomm: finalize multiplexer on l2cap disconnect in any state 2016-05-25 11:45:46 +02:00
Matthias Ringwald
a16832cfee nrf5x: support scan window/interval, pick random channel per scan interval, fix line endings 2016-05-25 11:15:56 +02:00
Matthias Ringwald
f7c85330b9 example/hsp+hfp: extract SCO test code into sco_demo_util 2016-05-23 18:04:57 +02:00
Matthias Ringwald
185c8cd41d example/hsp+hfp: extract SCO test code into sco_demo_util 2016-05-23 18:03:11 +02:00
Matthias Ringwald
47c58a2a6e posix-h4: disable ehcill - sleep mode entered while data transferred via SCO-via-HCI 2016-05-23 18:02:21 +02:00
Matthias Ringwald
b3bf67571f libusb: use more transfers for isochronous data 2016-05-23 13:57:53 +02:00
Matthias Ringwald
db7b6733b7 bnep: provide bnep_cid in packet handler for BNEP_DATA_PACKET 2016-05-20 22:08:13 +02:00
Milanka Ringwald
fc754a2b78 sbc: removed mapping from V to U 2016-05-20 17:13:25 +02:00
Milanka Ringwald
fdfc9b7d95 sbc: calculate cos in advance, prepare for DCT 2016-05-20 15:31:46 +02:00
Milanka Ringwald
205be8eae5 sbc: calculate cos in advance, prepare for DCT 2016-05-20 15:30:04 +02:00
Matthias Ringwald
483c50788b hci: enable Default Erroneous Data Reporting for SCO over HCI 2016-05-20 14:26:48 +02:00
Matthias Ringwald
5415113f9f cc256x: follow recommendations for SCO over HCI 2016-05-20 14:26:01 +02:00
Matthias Ringwald
36c8a70fe0 cc256x:use v1.4 init script for CC2560B and CC2564B ports 2016-05-20 11:27:32 +02:00
Matthias Ringwald
edc52946c2 cc256x: support CC256xB v1.4 init scripts 2016-05-20 11:13:49 +02:00
Matthias Ringwald
a3fe55ccff cc256x: support older chipsets 2016-05-20 10:36:17 +02:00
Milanka Ringwald
1bd8157e8c measure time im ms for synthesis and analysis 2016-05-20 10:32:31 +02:00
Milanka Ringwald
ef8a7a12f4 sbc: stereo, joint stereo working 2016-05-19 16:00:28 +02:00
Milanka Ringwald
ba345fb8f4 sbc: working JOINT_STEREO, bug left in STEREO, check div 2 in decoder u=in the JOINT STEREO reconstruction part 2016-05-19 11:31:55 +02:00
Milanka Ringwald
57f2bc22c3 sbc: joint stereo in progress 2016-05-18 23:00:51 +02:00
Milanka Ringwald
9462b3da58 sbc: fiz loading stereo wav file 2016-05-18 19:38:57 +02:00
Milanka Ringwald
c9498b1266 sbc: forced stereo, a glich in encoded data is still present 2016-05-18 15:56:38 +02:00
Milanka Ringwald
5c9bef5ba2 sbc stereo fixed create joint stereo, read stereo 2016-05-18 14:33:52 +02:00
Matthias Ringwald
95fd1475d5 ad_parser: use const where possible 2016-05-18 11:23:41 +02:00
Matthias Ringwald
18a2fc6f7f ad_parser: use const where possible 2016-05-18 11:21:34 +02:00
Matthias Ringwald
288636a2d1 l2cap: correct list of fixed channels supported 2016-05-18 11:15:07 +02:00
Matthias Ringwald
3d9ac9f94f sm: keep track of security request before sm received connection complete 2016-05-13 16:53:44 +02:00
Matthias Ringwald
c09e078952 libusb: add gap_le_connect_to_1111 example for testing outgoing le secure connection pairing 2016-05-13 16:52:15 +02:00
Milanka Ringwald
f08a674b88 sbc: fix bit allocation for stereo 2016-05-13 15:37:44 +02:00
Matthias Ringwald
1760d84b97 sm: verify peer Q lies on elliptic curve 2016-05-13 14:22:13 +02:00
Matthias Ringwald
54a573de24 sm: add sm_numeric_comparison_confirm(..) and use in le_counter 2016-05-13 14:06:29 +02:00
Matthias Ringwald
94cf5f9cca sm: add SM_EVENT_NUMERIC_COMPARISON_REQUEST and SM_EVENT_NUMERIC_COMPARISON_CANCEL events for Numeric Comparison 2016-05-13 12:17:43 +02:00
Milanka Ringwald
1522543de8 sbc: fix write wav file, read sbc file for stereo 2016-05-13 12:04:27 +02:00
Matthias Ringwald
779bcda02a sm: add SM_STK_GENERATION_METHOD_NUMERIC_COMPARISON 2016-05-13 11:55:17 +02:00
Matthias Ringwald
448e3c89b5 sm: clear requests for Encryption Key distribution when using SC 2016-05-13 11:53:21 +02:00
Matthias Ringwald
6f8cfd5663 sm: support SC Passkey Entry 2016-05-12 19:25:39 +02:00
Milanka Ringwald
af086c983e sbc: fix analysis 2016-05-12 15:19:59 +02:00
Milanka Ringwald
4771dcb8bb sbc: fix sythesis 2016-05-12 15:14:11 +02:00