2807 Commits

Author SHA1 Message Date
matthias.ringwald@gmail.com
9f7471df9d setup security manager 2014-06-26 09:04:40 +00:00
matthias.ringwald@gmail.com
a2cfedb666 more Python 3 fixes: open .gatt as unicode and use StringIO from io module 2014-06-22 21:26:07 +00:00
matthias.ringwald@gmail.com
2b1addd97e add missing function 2014-06-20 21:49:02 +00:00
mila@ringwald.ch
29b6f75ea8 Add command line option for remote public bd addr 2014-06-20 10:43:39 +00:00
matthias.ringwald@gmail.com
bb40d93c3e send BTstackEventDaemonDisconnect event in case connection to daemon gets broken 2014-06-20 08:41:40 +00:00
mila@ringwald.ch
f64240626f gatt client: implemented signed write 2014-06-19 22:20:43 +00:00
mila@ringwald.ch
22332a8a16 corrected cmd att opcode name 2014-06-19 22:19:26 +00:00
matthias.ringwald
b1d3214076 long term Java test for Android 2014-06-19 12:22:28 +00:00
mila@ringwald.ch
d31fba26e2 also trigger hci_run loop on disconnect all 2014-06-19 10:56:52 +00:00
matthias.ringwald
04a6ef8c3b disconnect all connections when last client disconnects from daemon 2014-06-19 10:33:11 +00:00
matthias.ringwald
24698a3ff3 report GATT_CLIENT_NOT_CONNECTED if hci connnection not open 2014-06-19 07:19:45 +00:00
matthias.ringwald
529859a2a7 store connection for SDP_CLIENT_QUERY_SERVICES in daemon, fixes #398 2014-06-16 21:50:44 +00:00
matthias.ringwald
4c46246592 use linked_list_iterator to address #400 2014-06-16 21:34:42 +00:00
matthias.ringwald
2412778b77 added linked list iterator implementation and unit tests 2014-06-16 20:55:54 +00:00
matthias.ringwald
49cbe0bc2d trigger user response before calucation local confirm as Iniiator, too 2014-06-15 16:02:56 +00:00
matthias.ringwald
b107f94044 extracted sm_trigger_user_response() and extend for Initiator role 2014-06-15 15:43:05 +00:00
matthias.ringwald
c915297a5f label RESPONDER states, drop _STATE from SM_STATES 2014-06-15 15:27:04 +00:00
matthias.ringwald
dd11c3c76d sort other setup vars after phases 2014-06-15 10:55:02 +00:00
matthias.ringwald
566ca003b2 sm_aes128_plaintext -> sm_c1_t3_value to document usage 2014-06-15 10:42:39 +00:00
matthias.ringwald
a674d4c1e6 don't use sm_aes128_plaintext for ltk calculation 2014-06-15 10:40:36 +00:00
matthias.ringwald
9c8b3a52e3 don't use sm_aes128_plaintext for ltk calculation 2014-06-15 10:38:00 +00:00
matthias.ringwald
0685b7b19c calculate keys in Initiator role, too 2014-06-15 10:35:03 +00:00
matthias.ringwald
937643c571 calculate local CSRK for key distribution 2014-06-15 10:26:41 +00:00
matthias.ringwald
f20168b8c1 re-enable bondable (regression from 2641) 2014-06-15 08:54:47 +00:00
matthias.ringwald
74308b2342 keep discoverable/connectable as this has been requested by the client(s) 2014-06-15 08:42:50 +00:00
matthias.ringwald
eb1157bb12 sort setup fields by phases, use addr type of device to find in central db 2014-06-14 21:11:34 +00:00
matthias.ringwald
afb65a03fb use sm_peer_address/addr_type for receiving keys and use local addrress/addr_type directly from hci 2014-06-14 20:45:50 +00:00
matthias.ringwald
cb7e8bd038 store all received keys (aside from peer addr and type) 2014-06-13 18:37:12 +00:00
matthias.ringwald
e14eb8abef finish key distribution for initiator role 2014-06-13 15:50:55 +00:00
matthias.ringwald
641f306499 encryption with STK in initiator role working 2014-06-13 15:28:41 +00:00
matthias.ringwald
8e9a149871 use local/peer instead of m/s for confirm 2014-06-13 13:36:13 +00:00
matthias.ringwald
dd03900d94 use local/peer instead of m/s for random 2014-06-13 13:31:16 +00:00
matthias.ringwald
9f1de16289 Phase 2 of sm setup working for initiator 2014-06-13 13:22:41 +00:00
matthias.ringwald
dc277fca3b add HACK to deal with duplicate HCI Reset Complete events seen on cheapo CSR8510 A10 USB Dongle 2014-06-13 13:11:21 +00:00
matthias.ringwald
24139500d2 rename sm_s_ltk into sm_ltk (it's used as sm_stk, too) 2014-06-13 12:42:10 +00:00
matthias.ringwald
71e40bc615 send c1 and random, calculation not correct yet 2014-06-13 12:39:16 +00:00
matthias.ringwald
6d85ed58f1 reused c1 calculation for initiator role 2014-06-13 11:03:05 +00:00
matthias.ringwald
8d6bb42426 reuse SM_STATE_PH2_C1_GET_RANDOM_A for Initiator 2014-06-13 10:45:29 +00:00
matthias.ringwald
814aa0b0d5 reuse SM_STATE_PH2_GET_RANDOM_TK for initiator, too 2014-06-13 10:36:03 +00:00
matthias.ringwald
9b1377736e added sm_stk_generation_method to sm setup 2014-06-13 10:19:18 +00:00
matthias.ringwald
b95904ca68 extracted calculation of actual key size and validation of stk generation method 2014-06-13 10:13:57 +00:00
matthias.ringwald
70e9b98021 started work on initiator side, pairing request/response are exchanged 2014-06-13 09:53:46 +00:00
matthias.ringwald
ab288af094 fix compile, use SM_STATE_CONNECTED_AS_INITIATOR as Central 2014-06-13 08:59:47 +00:00
matthias.ringwald
50111094b9 fix compile 2014-06-13 08:54:20 +00:00
matthias.ringwald
67be2318fb introduce sm_pairing_packet struct to avoid duplicate data, get oob data right after connect 2014-06-12 23:30:07 +00:00
matthias.ringwald
4582af4c24 sm_s_auth_req and sm_s_io_capabilities into setup, sm_auth_req and sm_io_capabilites as global config 2014-06-12 22:15:27 +00:00
matthias.ringwald
d90eba5c0c store role and peer address in connection, only send slave request security if we're slave 2014-06-12 22:09:14 +00:00
matthias.ringwald
d4eb9144ae minimal sorting of variables into global, setup, and connection done 2014-06-12 21:54:00 +00:00
matthias.ringwald
46857d030e move data for sm setup into sm_setup_context 2014-06-12 21:16:47 +00:00
matthias.ringwald
f9796d0dcf moved other fields required per connection into struct 2014-06-12 20:14:57 +00:00