Matthias Ringwald
6981f548cb
Merge branch 'develop'
2016-07-29 10:52:32 +02:00
Matthias Ringwald
c6a37cfdba
hci: discard ACL fragement on connection close, too
2016-07-29 10:51:54 +02:00
Matthias Ringwald
28a0332dbe
hci: discard ACL fragment when HCI connection is gone
2016-07-29 10:45:01 +02:00
Matthias Ringwald
a2908aa0e7
linked_list: add tests for linked_list_count and fix off-by one
2016-07-22 19:51:32 +02:00
Matthias Ringwald
9620f7c419
pts: fix compile warning in ble_central_test
2016-07-22 17:19:48 +02:00
Matthias Ringwald
020654536a
libusb: add USB path to packet log file name
2016-07-22 17:19:05 +02:00
Matthias Ringwald
a4c4a5d697
libusb: parse -u 11-22-33 as USB path, too
2016-07-22 16:43:54 +02:00
Matthias Ringwald
7ef6a7bbd9
l2cap: drop reason arg for l2cap_decline_connection - only 'no resources' expected
2016-07-17 22:49:15 +02:00
Matthias Ringwald
7e8856ebfd
l2cap: return error for l2cap_unregister_service
2016-07-17 22:43:06 +02:00
Matthias Ringwald
e981dfc496
drop HAVE_INIT_SCRIPT from port/*/btstack_config.h as it's not used anymore
2016-07-17 22:38:24 +02:00
Matthias Ringwald
da0fc6cc57
slip encoder: fix compile warning
2016-07-17 21:40:15 +02:00
Matthias Ringwald
c2e1fa6005
hci: provided error code in hardware error callback
2016-07-17 20:58:49 +02:00
Matthias Ringwald
e63eef5d93
cc256x: add command for setting bd addr
2016-07-17 20:53:57 +02:00
Matthias Ringwald
67a4e08d75
Merge branch 'develop'
2016-07-15 17:28:19 +02:00
Matthias Ringwald
06cd539f41
sm: fix pairing in legacy mode
2016-07-15 17:28:02 +02:00
Matthias Ringwald
6d4512e2c5
Merge branch 'develop'
2016-07-14 14:22:43 +02:00
Matthias Ringwald
26a9b6da53
hci: combine hci_packet_buffer_prefix with hci_packet_buffer into hci_packet_buffer_data and use hci_packet_buffer as pointer to point at pos HCI_OUTGOING_PRE_BUFFER_SIZE
2016-07-14 14:22:24 +02:00
Matthias Ringwald
313e5f9c03
hci: log cause for hardware error
2016-07-14 14:13:58 +02:00
Matthias Ringwald
b3a254ba18
Merge branch 'develop'
2016-07-14 11:28:26 +02:00
Matthias Ringwald
9ecd1ba8ab
ehcill: fix bug when send packet was called between receive sleep ind and send of sleep ack
2016-07-14 11:28:08 +02:00
Matthias Ringwald
71e18a93a3
Merge branch 'develop'
2016-07-13 11:33:11 +02:00
Matthias Ringwald
e13e7f54cb
libusb: parse -u 11:22:33 as USB path
2016-07-09 16:26:41 +02:00
Matthias Ringwald
aa662eec9c
libusb: allows to specify USB dongle with hci_transport_usb_set_path
2016-07-09 16:10:45 +02:00
Matthias Ringwald
a77ee77c5e
libusb: print path for USB dongle
2016-07-08 22:50:35 +02:00
Matthias Ringwald
4ea196a400
btstack_run_loop: don't return of void function
2016-07-07 11:26:05 +02:00
Matthias Ringwald
22fe8451e4
Merge branch 'develop'
2016-07-06 14:08:32 +02:00
Matthias Ringwald
4d667262e5
wiced: fix build
2016-07-06 14:08:21 +02:00
Matthias Ringwald
7c959318bb
fix warnings related to potential loss of precision for integer conversions
2016-07-05 11:31:53 +02:00
Matthias Ringwald
45718b6f18
hfp: avoid null pointer dereference if indicator does not exist
2016-07-05 11:31:09 +02:00
Matthias Ringwald
bb015fa70d
bnep: avoid 'may be unitialized when used' in clang
2016-07-05 11:22:55 +02:00
Matthias Ringwald
abef3b9e5d
Merge branch 'develop'
2016-07-05 11:07:21 +02:00
Matthias Ringwald
70c2750807
rfcomm: avoid null-pointer dereference for invalid rfcomm_cid
2016-07-05 11:07:09 +02:00
Matthias Ringwald
5ca1628e7e
chipset/cc256x: fix compile for ANT add-on
2016-07-05 11:07:04 +02:00
Matthias Ringwald
001260ccd6
Merge branch 'develop'
2016-07-04 14:21:32 +02:00
Matthias Ringwald
42e3fd9c0c
Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop
2016-07-04 14:21:10 +02:00
Matthias Ringwald
274dad91fe
hci: fix null dereference in hci_send_cmd_packet when hci connection when table is full (II)
2016-07-04 14:21:01 +02:00
Matthias Ringwald
9bb4562e6f
Merge branch 'develop'
2016-07-04 11:43:47 +02:00
Matthias Ringwald
d4ecd166be
wiced: disable packet log
2016-07-04 11:43:32 +02:00
Matthias Ringwald
f13e264c95
Merge branch 'develop'
2016-07-04 11:42:38 +02:00
Matthias Ringwald
e7a97f41ef
wiced: adapt to changed signature of platform_uart_receive_bytes. make it compatible with 3.3.1, 3.4.0, and 3.5.2
2016-07-04 11:42:13 +02:00
Matthias Ringwald
24ca7397f7
wiced: update to SDK 3.5.2. Not working (no HCI Events yet)
2016-07-01 16:13:05 +02:00
Matthias Ringwald
bdbd7f528d
Merge branch 'develop'
2016-07-01 14:49:09 +02:00
Matthias Ringwald
7224be7e77
clean ups and fixes to avoid warnings from static code analyzer
2016-07-01 14:48:49 +02:00
Matthias Ringwald
95d2c8f48d
l2cap: avoid potential null dereference in l2cap_rtx_timeout
2016-07-01 11:30:53 +02:00
Matthias Ringwald
2deddeced7
hci: fix null dereference in hci_send_cmd_packet when hci connection table is full
2016-07-01 11:28:08 +02:00
Milanka Ringwald
41d0c87b0d
remove printf
2016-06-29 14:52:45 +02:00
Milanka Ringwald
60ebb071aa
remove printf
2016-06-29 12:05:02 +02:00
Matthias Ringwald
140b81662c
Merge branch 'develop'
...
HFP/HSP:
- store received audio as wav file
SM:
- send/receive keypress notifications. -> link into docs
- derive BR/EDR Link Key from LE LTK established via LE Secure Connection
- fix use of stored LTKs in all combinations (LE Legacy Paring/LE Secure Connections - Initiator/Responder)
- truncate LTK in LE Secure Connections if established key size is less than 16 bytes
- implement slower elliptic curve multiplication -> less than 800 bytes for 32-bit CPUs
POSIX:
- add le_device_db_fs that stores db at /tmp/btstack_le_device_db.txt as basic csv
2016-06-29 11:18:16 +02:00
Matthias Ringwald
ae4aa2b6a5
sm: reduce mbedtls heap to less than 800 bytes for 32-bit CPUs. Use mbedtls_mpi_lset instead of mbedtls_mpi_read_string
2016-06-29 11:03:11 +02:00
Matthias Ringwald
1bf28f67a5
mbedtls: add naive double and add method for ec to safe RAM - used when MBEDTLS_ECP_WINDOW_SIZE == 1
2016-06-29 10:55:40 +02:00