Matthias Ringwald
9419a14f96
windows: store link key in current dir instead of /tmp
2016-12-02 17:45:38 +01:00
Matthias Ringwald
5ea446fa57
implement stdin_support for Windows
2016-11-30 15:27:50 +01:00
Matthias Ringwald
61dbb0731d
Merge branch 'develop' into windows-h4
2016-11-30 11:32:08 +01:00
Matthias Ringwald
a1dc4edb43
stdin: add btstack_stdin_read() and use in examples
2016-11-30 11:29:55 +01:00
Matthias Ringwald
d198cb2001
stdin: drop unused blocking helper functions btstack_stdin_query_int and btstack_stdin_query_hex
2016-11-30 11:10:13 +01:00
Matthias Ringwald
ea7390156b
move windows port to platform
2016-11-28 17:46:51 +01:00
Matthias Ringwald
fd9ea8fd04
libusb: fix compile on windows
2016-11-27 17:01:51 +01:00
Matthias Ringwald
1b2aa976d8
libusb: properly cancel outstanding transfers
2016-11-23 23:15:02 +01:00
Milanka Ringwald
db2b9aad81
hfp test: cleanup data folder, remove printf
2016-11-16 13:01:05 +01:00
Matthias Ringwald
35fd3fb9bc
sco_util: move sine generation into sco_util
2016-11-11 14:06:23 +01:00
Matthias Ringwald
a046efa634
ios: fix build
2016-10-25 11:47:20 +02:00
Matthias Ringwald
7fb852b0ba
Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop
2016-10-21 23:31:37 +02:00
Matthias Ringwald
e690b6a5e4
posix: use IOSSIOSPEED ioctl on OS X to set speed - allows for max baud rates
2016-10-21 23:31:28 +02:00
Matthias Ringwald
308bc5e02a
btstack_uart_block_embedded: remove data source on close
2016-10-12 13:30:00 +02:00
Matthias Ringwald
9788aa5da8
hci_transport: remove data source on close
2016-10-12 13:29:39 +02:00
Matthias Ringwald
ff964d8e0b
libusb: move hci_transport_h2_libusb.c into platform/libusb to fix compile daemon with h2
2016-09-28 09:39:37 +02:00
Matthias Ringwald
8c9f78e5bf
deamon: fix compile warnings with H2
2016-09-28 09:38:51 +02:00
Matthias Ringwald
15ce125b62
Merge branch 'develop'
2016-09-27 15:08:55 +02:00
Milanka Ringwald
fbc7c9f2bc
sco utils: use wav util
2016-09-19 14:40:47 +02:00
Milanka Ringwald
abc9118691
refactoring wav utils
2016-09-14 17:30:47 +02:00
Matthias Ringwald
6981f548cb
Merge branch 'develop'
2016-07-29 10:52:32 +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
22fe8451e4
Merge branch 'develop'
2016-07-06 14:08:32 +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
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
f33ad81deb
sm: add le_device_db_set_local_addr and call with local address
2016-06-27 15:58:58 +02:00
Matthias Ringwald
9ed01c3693
posix: add le_device_db_fs that stores db at /tmp/btstack_le_device_db.txt as basic csv
2016-06-27 15:20:16 +02:00
Matthias Ringwald
f1b529649a
Merge branch 'develop'
2016-06-07 10:09:31 +02:00
Matthias Ringwald
1890600882
link_key_db: use sizeof to compute buffer size at compile time
2016-06-07 10:05:49 +02:00
Matthias Ringwald
1624665a98
link_key_db: add set_local_bd_addr to be able to store link key pairs (local/remote). Use in posix fs link key db
2016-06-07 09:57:21 +02:00
Matthias Ringwald
8ebb0850cb
Merge branch 'develop'
2016-05-02 23:04:58 +02:00
Matthias Ringwald
0f78faa83f
Merge branch 'master' into develop
2016-05-02 17:36:41 +02:00
Matthias Ringwald
8aa44d5a9a
btstack_uart_embedded: fix typo, working
2016-04-27 22:19:44 +02:00
Matthias Ringwald
f6a20ec99f
eHCILL: use ENABLE_EHCILL instead of HAVE_EHCILL plus runtime enable call, updated docs
2016-04-27 15:18:55 +02:00
Matthias Ringwald
af2052448e
hci_transport_h4_embedded: fix offset for SCO length byte
2016-04-27 10:50:03 +02:00
Matthias Ringwald
18b8d0cbee
btstack_uart_block: add get_supported_sleep_modes() and set_sleep(mode)
2016-04-26 17:29:24 +02:00
Matthias Ringwald
664e8b55a1
hci_transport_h4_embedded: handle SCO packets
2016-04-26 11:44:42 +02:00
Matthias Ringwald
bd021c4e5b
h4/h5: move platform independent implementations into core
2016-04-22 16:23:23 +02:00
Matthias Ringwald
643dd87f7c
h4/h5: drop all references to POSIX
2016-04-22 16:19:05 +02:00
Matthias Ringwald
327a82080c
posix: set fd in data source
2016-04-22 15:57:59 +02:00
Matthias Ringwald
084ad01c1a
hci_transport/btstack_uart_block: create btstack_uart_block_embedded on top of hal_uart_dma. Pass in uart driver to H4/H5 instances
2016-04-20 23:18:15 +02:00
Matthias Ringwald
b300903afd
btstack_uart_block_posix: inline btstack_uart_posix
2016-04-20 12:27:39 +02:00
Matthias Ringwald
b52fe0206e
hci_transport_h4: general btstack_uart_block.h
2016-04-20 12:12:18 +02:00
Matthias Ringwald
895c53dde9
posix-h5: implement close
2016-04-19 22:17:50 +02:00
Matthias Ringwald
dbc7912665
posix-h4: use btstack_uart_posix
2016-04-19 22:16:58 +02:00
Matthias Ringwald
ef2ebed23b
fix warnings
2016-04-18 14:49:28 +02:00
Matthias Ringwald
db00faf25b
fix warnings
2016-04-18 14:49:05 +02:00
Matthias Ringwald
55c4d40957
uart: extract btstack_uart_posix_block implementation
2016-04-14 17:33:55 +02:00
Matthias Ringwald
502fb3624b
uart: extract btstack_uart_block_t from h5 posix implementation
2016-04-14 17:23:26 +02:00
Matthias Ringwald
5776f225a3
h5: extract complete btstack_uart_block_t abstraction
2016-04-14 17:17:58 +02:00