Matthias Ringwald
|
049f64bb8f
|
libusb: fix compile
|
2016-10-19 16:14:07 +02:00 |
|
Matthias Ringwald
|
3545469685
|
hci: disable parts of classic code if ENABLE_CLASSIC is not defined
|
2016-10-19 16:06:11 +02:00 |
|
Matthias Ringwald
|
5b9c6aad2e
|
examples: use SM instead of SM_REAL
|
2016-10-19 16:02:06 +02:00 |
|
Matthias Ringwald
|
be005ed60d
|
l2cap: don't call gap_connectable_control if Classic is not used
|
2016-10-19 15:39:31 +02:00 |
|
Matthias Ringwald
|
09e9d05bab
|
l2cap: reduce code size if ENABLE_CLASSIC not defined
|
2016-10-19 14:27:25 +02:00 |
|
Matthias Ringwald
|
3a18db10c5
|
examples: CLASSIC for files related to Bluetooth Classic protocols and profiles
|
2016-10-19 11:32:50 +02:00 |
|
Matthias Ringwald
|
202c8a4c4c
|
fix warnings/bugs reported by eclipse static analyzer
|
2016-10-19 10:49:33 +02:00 |
|
Matthias Ringwald
|
cd4b342469
|
btstack_debug: allow to provide custom BTSTACK_PRINTF
|
2016-10-18 15:58:28 +02:00 |
|
Matthias Ringwald
|
a3dc965a0a
|
l2cap: fix compile if le data channels not used
|
2016-10-18 15:51:58 +02:00 |
|
Matthias Ringwald
|
f30489e747
|
initial docu for le-data-channels
|
2016-10-18 15:45:20 +02:00 |
|
Matthias Ringwald
|
c99bb61874
|
add incoming to L2CAP_EVENT_LE_INCOMING_CONNECTION
|
2016-10-18 15:24:09 +02:00 |
|
Matthias Ringwald
|
12242deab3
|
add incoming to L2CAP_EVENT_LE_INCOMING_CONNECTION
|
2016-10-18 14:50:33 +02:00 |
|
Matthias Ringwald
|
57be49d61c
|
move le data channel code towards the end
|
2016-10-18 12:27:22 +02:00 |
|
Matthias Ringwald
|
4427624894
|
add LE Data Channel Events (L2CAP_EVENT_LE_*). implement can send now logic
|
2016-10-18 11:49:04 +02:00 |
|
Matthias Ringwald
|
cab29d481b
|
use ENABLE_LE_DATA_CHANNELS, add compile flag to doc
|
2016-10-14 16:00:59 +02:00 |
|
Matthias Ringwald
|
8e6286ddc5
|
Merge branch 'develop' into le-data-channel
|
2016-10-14 15:38:50 +02:00 |
|
Matthias Ringwald
|
83fd9c76e2
|
validate security level on incoming le data channel connection requests
|
2016-10-14 15:31:14 +02:00 |
|
Matthias Ringwald
|
636dcb6155
|
pts: use cid_le for disconect
|
2016-10-14 11:08:00 +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
|
7dafa7502d
|
require hci connection for l2cap le data channels
|
2016-10-12 12:27:20 +02:00 |
|
Matthias Ringwald
|
0a1f9dc7c3
|
fix compile error when OI_DEBUG is not defined
|
2016-10-12 11:14:24 +02:00 |
|
Matthias Ringwald
|
f04a0c3191
|
fix warnings for using %u with int vars
|
2016-10-09 21:59:50 +02:00 |
|
Matthias Ringwald
|
1ba1a8829a
|
fix common realloc mistake
|
2016-10-07 22:10:36 +02:00 |
|
Matthias Ringwald
|
cc7fb27297
|
add missing c++ opening guard
|
2016-10-07 22:04:12 +02:00 |
|
Matthias Ringwald
|
4a6806f394
|
sm: avoid cppcheck errors (false positive) about unitilized variables
|
2016-10-07 22:01:52 +02:00 |
|
Matthias Ringwald
|
4a1feedd8b
|
add missing c++ opening guard
|
2016-10-07 21:57:14 +02:00 |
|
Matthias Ringwald
|
51261ae3e2
|
fix common realloc mistake
|
2016-10-07 20:54:39 +02:00 |
|
Matthias Ringwald
|
e5b5b3745f
|
pts: extend le_data_channel test
|
2016-10-07 20:53:16 +02:00 |
|
Matthias Ringwald
|
63f34e0064
|
l2cap: log error if channel not found
|
2016-10-07 20:52:46 +02:00 |
|
Matthias Ringwald
|
405d63a9b7
|
btstack_util: use #define instead of const int to fix compile. refactor converting byte into hex
|
2016-10-07 11:21:15 +02:00 |
|
Matthias Ringwald
|
63f0ac45ed
|
l2cap: extend test, fix bugs, add missing checks to pass PTS
|
2016-10-06 16:09:54 +02:00 |
|
Matthias Ringwald
|
85aeef606d
|
l2cap: count credits with le data channels. implement auto credits
|
2016-10-05 22:09:32 +02:00 |
|
Matthias Ringwald
|
ee913607ae
|
l2cap: L2CAP_LE_AUTOMATIC_CREDITS initil credits enable automatic credits
|
2016-10-05 17:17:33 +02:00 |
|
Matthias Ringwald
|
cd529728d6
|
l2cap: re-assemble le data channel SDUs
|
2016-10-05 16:33:46 +02:00 |
|
Matthias Ringwald
|
7f107eda76
|
l2cap: fragment outgoing le data channel SDU
|
2016-10-05 15:49:18 +02:00 |
|
Matthias Ringwald
|
828a7f7ad0
|
l2cap: implement le disconnect
|
2016-10-05 11:58:27 +02:00 |
|
Matthias Ringwald
|
64e11ca9ae
|
l2cap: send/receive le data channel SDUs that fit into single packet
|
2016-10-05 11:01:26 +02:00 |
|
Matthias Ringwald
|
991fea48d1
|
l2cap: close l2cap le connection on hci disconnect
|
2016-10-04 16:32:28 +02:00 |
|
Matthias Ringwald
|
230174734c
|
l2cap: send and receive le connection response accept
|
2016-10-04 16:05:27 +02:00 |
|
Matthias Ringwald
|
1b8b8d056f
|
l2cap: send and handle le connection decline
|
2016-10-04 15:48:27 +02:00 |
|
Matthias Ringwald
|
fcea67036c
|
Merge branch 'develop' into le-data-channel
|
2016-10-04 11:46:19 +02:00 |
|
Matthias Ringwald
|
ad71fb1742
|
annotate classic SSP events
|
2016-10-03 17:08:17 +02:00 |
|
Matthias Ringwald
|
577ca2d3ba
|
hci: skip write synchronous flow control enable and write default erroneos data reporting if commands not supported
|
2016-10-03 17:07:43 +02:00 |
|
Matthias Ringwald
|
3905afbfd9
|
hci: skip write synchronous flow control enable and write default erroneos data reporting if commands not supported
|
2016-10-03 12:50:23 +02:00 |
|
Matthias Ringwald
|
f064e0bb1b
|
hci: fix LE skipping if SCO over HCI is used
|
2016-10-03 12:15:26 +02:00 |
|
Matthias Ringwald
|
148ca237ee
|
hci_init: use log_debug for init script output
|
2016-10-03 12:12:38 +02:00 |
|
Matthias Ringwald
|
0e5ac34f5e
|
examples: tidy SBC section
|
2016-10-03 12:02:54 +02:00 |
|
Matthias Ringwald
|
2e4c486246
|
msp-exp430f5438: disable sdp_general_query, requires 20bit compiler
|
2016-10-03 11:29:25 +02:00 |
|
Matthias Ringwald
|
58e7732a24
|
fix compile in tests
|
2016-10-03 11:26:44 +02:00 |
|