4135 Commits

Author SHA1 Message Date
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
Milanka Ringwald
783d2ff3ec hfp: fix indicators, add flags 2015-08-13 20:55:21 +02:00
Milanka Ringwald
a93e7bb022 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-08-13 15:51:29 +02:00
Milanka Ringwald
5709a1f5fc hfp: add bit flags for ag indicator commands 2015-08-13 15:51:22 +02:00
Milanka Ringwald
39e5036320 hfp: query opertor selection 2015-08-13 15:01:19 +02:00
Matthias Ringwald
ec0f2af932 use SM_RESPONDER_PH1_W4_PAIRING_REQUEST only after sending security request 2015-08-13 14:28:39 +02:00
Matthias Ringwald
0db5c26b03 sm: prefix all ph4 states with responder, finished sorting sm_general_idle 2015-08-13 14:23:36 +02:00
Matthias Ringwald
9c9876e702 fix build 2015-08-13 14:03:27 +02:00
Matthias Ringwald
1e55828247 Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-08-13 13:28:53 +02:00
Matthias Ringwald
5f62024dd4 handle encryption key refresh event 2015-08-13 13:04:27 +02:00
Matthias Ringwald
003a27eb00 added HCI_EVENT_ENCRYPTION_KEY_REFRESH_COMPLETE 2015-08-13 12:52:18 +02:00
Matthias Ringwald
9b3c2e0ccc sm: map most sm_general_idle to sm_initiator_connected or sm_responder_idle 2015-08-13 12:41:05 +02:00
Matthias Ringwald
67f4e4579f sm: prepare replacing sm_general_idle with sm_responder_idle 2015-08-13 12:36:02 +02:00
Matthias Ringwald
d7119506d8 added SM_RESPONDER_IDLE state 2015-08-13 12:33:25 +02:00
Milanka Ringwald
d99b17319d hfp: transfer ag indicator status 2015-08-13 11:31:28 +02:00
Matthias Ringwald
2b91d5f501 store encryption key size, authenticated, authorized in le_device_db and provide for current connection 2015-08-13 11:00:41 +02:00
Milanka Ringwald
917606277e hfp: add mandatory field to ag indicators 2015-08-13 00:44:36 +02:00
Milanka Ringwald
ae355bd946 hfp: add mandatory field to ag indicators 2015-08-13 00:43:08 +02:00
Milanka Ringwald
abe6e271cb hfp: add mandatory field to ag indicators 2015-08-13 00:42:42 +02:00
Matthias Ringwald
985fa3c397 add commands to configure bonding, provide Characteristic that requires authentication 2015-08-13 00:15:45 +02:00