3305 Commits

Author SHA1 Message Date
Matthias Ringwald
5c3637275c use enumerated hci initialization substates 2015-03-29 22:48:51 +02:00
Matthias Ringwald
556d11b334 enumerate hci initialization substates 2015-03-29 22:24:55 +02:00
Matthias Ringwald
c004c8c5bd fix build, add missing ble_central_test example 2015-03-29 22:20:49 +02:00
Matthias Ringwald
36725e55f9 update .gitignore to skip darwin debug info, libusb targets 2015-03-29 22:20:17 +02:00
Matthias Ringwald
f391359984 update use of hci_local_address 2015-03-29 22:13:51 +02:00
Matthias Ringwald
0f6940d34d remove dir after moving it to platforms 2015-03-29 21:51:51 +02:00
milamikica
2d04a09a69 Create README.md 2015-03-27 16:21:51 +01:00
matthias.ringwald@gmail.com
690bd0bab8 change hci_local_bd_adr 2015-03-24 08:44:48 +00:00
matthias.ringwald@gmail.com
71f3d86927 BTstack boots up on Microchip Bluetooth Audio Development Kit 2015-03-21 21:42:41 +00:00
matthias.ringwald@gmail.com
9c8de8fd4b moved non-working and neglected h5 posix implementation into platforms 2015-03-19 21:01:38 +00:00
matthias.ringwald@gmail.com
f6d30445bd added functions to read int or hex value from console 2015-03-06 14:36:58 +00:00
matthias.ringwald@gmail.com
2e62db4a2a extracted cli stdin usage 2015-03-06 11:52:55 +00:00
mila@ringwald.ch
8f74874871 hsp ag & hs pass pts tests 2015-03-05 16:23:58 +00:00
matthias.ringwald@gmail.com
aa3feb0444 wait for sm_cmac to become ready instead of bailing out for signed writes 2015-03-05 15:20:26 +00:00
matthias.ringwald@gmail.com
6a0c192f28 send prepared signed write request from gatt_client_run() 2015-03-05 15:05:35 +00:00
matthias.ringwald@gmail.com
c1899d25d0 pass sign counter into CMAC calculation functions 2015-03-05 14:42:26 +00:00
matthias.ringwald@gmail.com
5c52231480 added sm_le_device_index for use by gatt client/server 2015-03-05 10:48:26 +00:00
matthias.ringwald@gmail.com
85cacb82ec sm starts encryption using ltk/ediv/rand from previous bonding 2015-03-03 22:17:47 +00:00
matthias.ringwald@gmail.com
9ec080fd8e new states for re-establishing secure connection 2015-03-03 21:38:29 +00:00
matthias.ringwald@gmail.com
b9b968bb23 rename central_device_db_index into le_device_db_index 2015-03-02 21:44:16 +00:00
matthias.ringwald@gmail.com
3a3e1c9119 renamed central_device_db* files into le_device_db* 2015-03-02 21:40:56 +00:00
matthias.ringwald@gmail.com
c5d3944d90 rename central_device_db into le_device_db 2015-03-02 21:30:12 +00:00
matthias.ringwald@gmail.com
d2d764240d add encryption info to central db 2015-03-02 21:12:29 +00:00
matthias.ringwald@gmail.com
4685dbaa3a add fields necessary for LE Cetnral, implemented remove operation 2015-03-02 20:08:15 +00:00
mila@ringwald.ch
c53851e80c hsp ag: pts test passed 2015-03-01 22:58:19 +00:00
mila@ringwald.ch
187d66ee88 handle service without a name 2015-03-01 20:55:06 +00:00
matthias.ringwald@gmail.com
2e77e513be Stop using pointer to array for bd_addr_t and link_key_t 2015-03-01 20:51:08 +00:00
matthias.ringwald@gmail.com
c5642fd043 fix create_service_search_pattern_for_uuid128 2015-03-01 20:17:15 +00:00
matthias.ringwald@gmail.com
ebcf06d0dd added missing type for hci_send_acl_packet_buffer 2015-02-28 20:04:26 +00:00
matthias.ringwald@gmail.com
0f6219e51e missing commit for reestablish encrypted connection as peripheral 2015-02-28 19:59:02 +00:00
matthias.ringwald@gmail.com
24b0319d94 refactored stk setup 2015-02-27 19:56:00 +00:00
matthias.ringwald@gmail.com
334856fa1b move code to start timer on pairing request 2015-02-27 19:14:15 +00:00
matthias.ringwald@gmail.com
abace5deec extracted sm_initiator_setup2 2015-02-27 16:53:54 +00:00
mila@ringwald.ch
3099ceee29 hsp: ag emits events, added cmd line ag test 2015-02-27 16:17:11 +00:00
mila@ringwald.ch
74f8acbab3 document hci_setup_synchronous_connection_command 2015-02-27 16:16:39 +00:00
matthias.ringwald@gmail.com
bf214029e8 remove peer_csrk from setup 2015-02-27 16:06:07 +00:00
matthias.ringwald@gmail.com
6811cadec6 removed dead code 2015-02-27 16:02:56 +00:00
matthias.ringwald@gmail.com
dc438c837d fix LTK setup using ediv and rand 2015-02-27 15:53:53 +00:00
matthias.ringwald@gmail.com
d19b56e8be use single timer for SM, stop timer on sm_done_for_handle 2015-02-27 14:17:45 +00:00
matthias.ringwald@gmail.com
d213b6f740 added events for HSP 2015-02-27 14:00:32 +00:00
mila@ringwald.ch
e330774b96 hsp ag and hs: extract library, introduce callback, emit event not yet implemented 2015-02-27 11:07:58 +00:00
matthias.ringwald@gmail.com
6189a1c676 Security Manager extended for multiple LE connections 2015-02-27 10:52:33 +00:00
mila@ringwald.ch
7cbfd89c15 check if ring tone is received, added ring timer 2015-02-26 21:55:25 +00:00
matthias.ringwald@gmail.com
477200f2ef use sm_active_connection as mutex for setup context struct 2015-02-26 21:32:16 +00:00
mila@ringwald.ch
268602ef87 split hsp ag and hs, under development 2015-02-26 16:38:50 +00:00
matthias.ringwald@gmail.com
a911672806 track if sm_setup is used 2015-02-26 16:11:09 +00:00
matthias.ringwald@gmail.com
362481ca52 sort sm_init_setup, fix compile 2015-02-26 15:31:52 +00:00
matthias.ringwald@gmail.com
6b133a30f9 missing UCD_DATA_PACKET 2015-02-26 15:22:38 +00:00
matthias.ringwald@gmail.com
3143670f4d call sm_init_setup from sm_run() 2015-02-26 15:07:24 +00:00
matthias.ringwald@gmail.com
6731b28f11 extracted sm_init_setup 2015-02-26 15:02:59 +00:00