3268 Commits

Author SHA1 Message Date
Matthias Ringwald
03dff857f7 .gitignore for stm32 port 2015-03-31 14:00:21 +02:00
Matthias Ringwald
b13a4aab99 missing main.c for ez430-rf2560 port 2015-03-31 13:56:44 +02:00
Matthias Ringwald
43ecbe766b Merge branch 'master' of https://github.com/bluekitchen/btstack 2015-03-31 12:45:10 +02:00
Matthias Ringwald
e47e68c797 handle CSR Warm Boot 2015-03-31 12:43:57 +02:00
Matthias Ringwald
baf36f076c set baudrate during custom init for csr chipssets 2015-03-31 12:43:26 +02:00
Matthias Ringwald
a3a35d64ea Merge pull request #1 from peteblois/event_state
Setting correct length for BTSTACK_EVENT_STATE event.
2015-03-30 22:34:46 +02:00
Matthias Ringwald
7b0d76671f restore num_packets for resend of HCI Reset 2015-03-30 22:26:50 +02:00
Pete Blois
a2366dc9d3 Setting correct length for BTSTACK_EVENT_STATE event.
The second byte of the data is the length of the remaining data (in this case the HCI_STATE_WORKING byte). This was passing 0 indicating that there was no data when in fact there was.
2015-03-30 13:17:10 -07:00
Matthias Ringwald
0305bdeab4 resend HCI Reset using timer 2015-03-30 21:38:56 +02:00
Matthias Ringwald
2563606803 add java/gen to .gitignore 2015-03-30 21:35:33 +02:00
Matthias Ringwald
74b323a9b2 rewrote hci initialization to be less clever/more sane 2015-03-30 00:04:53 +02:00
Matthias Ringwald
c4633093a7 removed even/odd calculation on hci init substate 2015-03-29 23:01:27 +02:00
Matthias Ringwald
55975f88a1 use hci_initializing_next_state() instead of direct ++ 2015-03-29 22:58:02 +02:00
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