4104 Commits

Author SHA1 Message Date
Matthias Ringwald
3ef33525a3 test signed att write without gatt client 2015-08-20 21:37:34 +02:00
Matthias Ringwald
c84488c5b7 sm: fixes stall in responder role when initiator does not send any keys 2015-08-20 21:37:06 +02:00
Matthias Ringwald
5243c6c843 sm: fixes stall in initiator role when responder does not send any keys 2015-08-20 21:20:50 +02:00
Matthias Ringwald
102b7a9c1b allow to use different OOB, set min encryption key size, support signed writes 2015-08-20 17:38:47 +02:00
Matthias Ringwald
f3dc77a953 fix security manager test and disable packet dumping 2015-08-20 17:28:31 +02:00
Matthias Ringwald
e24b2953c8 clear packet buffer in mock hci for security test 2015-08-20 17:24:05 +02:00
Matthias Ringwald
d6f5bc2d39 enable log_info and log_error for tests 2015-08-20 17:23:36 +02:00
Matthias Ringwald
94818a3ba8 add hfp tests to buildbot tests 2015-08-20 17:06:54 +02:00
Matthias Ringwald
6be35e9015 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-08-20 16:42:55 +02:00
Matthias Ringwald
5d1c139e0e gatt_client: allow writes with maximal MTU 2015-08-20 16:42:46 +02:00
Milanka Ringwald
289b079ef5 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-08-20 16:41:53 +02:00
Milanka Ringwald
b551e69ef0 hfp: fix compile, start audio setup 2015-08-20 16:41:46 +02:00
Matthias Ringwald
bab7b87e61 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-08-20 16:25:05 +02:00
Matthias Ringwald
cbb46e2f9c sm: fixed OOB for responder 2015-08-20 16:24:57 +02:00
Milanka Ringwald
374724f4ef hfp: transfer status call, callsetup, callheld 2015-08-20 16:21:07 +02:00
Matthias Ringwald
778b54252f sm: reset tk if OOB data cannot be used for pairing 2015-08-20 15:35:45 +02:00
Matthias Ringwald
c2e7aa62b4 sm: notify client for 'both sides input passkey', handle OOB without user notification 2015-08-20 15:07:09 +02:00
Milanka Ringwald
7a4980db5e Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-08-20 12:55:00 +02:00
Milanka Ringwald
8ca6f17bb0 hfp: report extended AG error result code 2015-08-20 12:54:47 +02:00
Matthias Ringwald
39e3b4c0e6 sm: notify client about pairing request even if there's no input capabilites 2015-08-20 12:18:59 +02:00
Matthias Ringwald
d654805b3d added helper to show packet log 2015-08-19 22:50:58 +02:00
Matthias Ringwald
c5110280fa Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-08-19 22:44:27 +02:00
Matthias Ringwald
e7409fd6e2 sm: document sm_cmac_start result 2015-08-19 22:44:03 +02:00
Matthias Ringwald
03679531e4 sm: flip message data before calculating CMAC, also store hash result as little endian 2015-08-19 22:39:19 +02:00
Milanka Ringwald
d89553ebba hfp: update hf test 2015-08-19 17:00:49 +02:00
Matthias Ringwald
12e4aa3c16 sm: use CSRK of Peripheral to save persistent memory, fix CMAC calculation 2015-08-19 16:47:23 +02:00
Matthias Ringwald
db894f169e Revert "sm: manage global signing counter"
This reverts commit 9f9b1721e11470e7d01a3673ec902fdf325c8da2.
2015-08-19 15:11:44 +02:00
Matthias Ringwald
7b8f2e5c7a sm: use IRK prefix for address resolution state 2015-08-19 15:03:15 +02:00
Matthias Ringwald
9f9b1721e1 sm: manage global signing counter 2015-08-19 14:43:41 +02:00
Milanka Ringwald
964cdcb17a Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-08-19 14:41:10 +02:00
Milanka Ringwald
2bb9ee548e hfp: update_cmd moved to hfp.c as process_cmd 2015-08-19 14:41:00 +02:00
Matthias Ringwald
ad78015fbd allow for signed writes 2015-08-19 12:58:44 +02:00
Matthias Ringwald
291a8b9a58 mark characteristic for signed writes 2015-08-19 12:58:33 +02:00
Matthias Ringwald
4a2d13bbab log valid cmac signature check, too 2015-08-19 12:58:04 +02:00
Matthias Ringwald
5fcb62a185 reset state after CMAC calculation 2015-08-19 12:57:38 +02:00
Matthias Ringwald
7d6e2e30d7 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-08-14 18:36:56 +02:00
Matthias Ringwald
78b8321e18 sm: central uses stored ltk only when requested by client or peripheral 2015-08-14 18:36:44 +02:00
Matthias Ringwald
5b1061f9e8 fix bug retrieving encryption info 2015-08-14 18:33:14 +02:00
Milanka Ringwald
e11a0e7d0f hfp: rewrite parser done 2015-08-14 17:17:04 +02:00
Milanka Ringwald
67c47d0d10 hfp: rewrite parse header 2015-08-14 16:35:31 +02:00
Matthias Ringwald
acae6a5093 sm: use public address for le device db lookup 2015-08-14 16:00:07 +02:00
Milanka Ringwald
cb591d4093 hfp: rewriten parse sequence 2015-08-14 15:51:00 +02:00
Milanka Ringwald
854e6efc25 hfp: remove indicator name for parser states 2015-08-14 15:30:40 +02:00
Milanka Ringwald
d28abd08a7 hfp: rewrite parse sequence 2015-08-14 15:17:03 +02:00
Milanka Ringwald
f602d56c12 hfp: rewrite parse sequence 2015-08-14 15:12:31 +02:00
Milanka Ringwald
ec2675afd6 hfp: rewrite parse sequence 2015-08-14 15:09:57 +02:00
Milanka Ringwald
211b60e2b1 hfp: rewrite parse sequence 2015-08-14 15:01:30 +02:00
Milanka Ringwald
8acae519b0 hfp: rewrite parse indicator status 2015-08-14 14:53:43 +02:00
Milanka Ringwald
99b9166836 hfp: rewrite parse indicator 2015-08-14 14:48:02 +02:00
Milanka Ringwald
b5b7d6dda3 hfp: start rewrite parser 2015-08-14 14:19:31 +02:00