Matthias Ringwald
6574158ae6
l2cap-ertm: try to negotiate 'No FCS' in order to work around iOS bug
...
Issue: iOS (e.g. 10.2) uses 'No FCS' as default while Core 5.0 specifies 'FCS' as default
Workaround: try to actively negotiate 'No FCS' and fall back to 'FCS' if 'No FCS' is rejected
This works as iOS accepts the 'No FCS' request, hence the default value is only used on non-iOS devices
2017-11-10 16:03:53 +01:00
Milanka Ringwald
e30788a349
avrcp browsing: add done event
2017-11-10 12:16:43 +01:00
Milanka Ringwald
ed0df7b276
avrcp browsing: GetFolderItems
2017-11-10 12:16:43 +01:00
Matthias Ringwald
f7ae529c9d
esp32: add HAVE_FREERTOS_TASK_NOTIFICATIONS to fix compile
2017-11-09 15:21:53 +01:00
Matthias Ringwald
4adb0765f0
avrcp: declare avrcp_controller_context in avrcp_controller.c instead of .h
2017-11-09 14:07:37 +01:00
Matthias Ringwald
b9e5ded78b
test/avrcp: fix compile
2017-11-09 13:45:40 +01:00
Matthias Ringwald
e07b53a618
add btstack_tlv.c to most ports
2017-11-09 13:39:04 +01:00
Matthias Ringwald
a945d99772
pic32-harmony: fix compile
2017-11-09 12:36:21 +01:00
Matthias Ringwald
70c9bf0392
posix: fix compile error in tlv implemenation
2017-11-09 12:32:56 +01:00
Matthias Ringwald
744e54704d
changelog: add TLV additions
2017-11-09 12:25:15 +01:00
Matthias Ringwald
bb07b2043a
GATT Server: Writes to GATT Client Characteristic Configuration are stored in TLV and restored on reconnect
2017-11-09 12:18:36 +01:00
Matthias Ringwald
760ad80550
att_server: delete stored CCC values on pairing start
2017-11-09 12:14:11 +01:00
Matthias Ringwald
5b9509253f
hog_mouse_demo: ignore repeated subscriptions
2017-11-09 12:14:10 +01:00
Matthias Ringwald
9ff894608d
hids: don't filter subscriptions because they are not reset on disconnect
2017-11-09 12:14:10 +01:00
Matthias Ringwald
e62c502c9d
att_server: track le device db index from SM_EVENT_IDENTITY_CREATED
2017-11-09 12:14:01 +01:00
Matthias Ringwald
924838cd48
btstack_tlv: log_info for setter
2017-11-09 12:07:52 +01:00
Matthias Ringwald
01ac20081a
att_server: restore CCC values when encryption gets enabled
2017-11-09 12:07:52 +01:00
Matthias Ringwald
bf78aac670
att_server: store CCC in tlv if bonded
2017-11-09 12:07:52 +01:00
Matthias Ringwald
2ef57735b0
btstack_tlv: add btstack_tlv registry to all examples
2017-11-09 12:07:52 +01:00
Matthias Ringwald
59bdfe9687
libusb: setup btstack_tlv_posix using bd_addr in path
2017-11-09 12:07:51 +01:00
Matthias Ringwald
661f177d82
btstack_tlv: add const to btstack_tlv_t *
2017-11-09 12:07:51 +01:00
Matthias Ringwald
853ebd39af
btstack_tlv: provide interface to set/get single instance
2017-11-09 12:07:51 +01:00
Matthias Ringwald
8b1d64c6f3
att_db: add att_is_persistent_ccc
2017-11-09 12:07:51 +01:00
Matthias Ringwald
3d71c7a4e0
att: moved service handling from att_db into att_server, att_register_service_handler -> att_server_register_service_handler
2017-11-09 12:07:51 +01:00
Matthias Ringwald
304b2f4d7e
libusb: add README.md, explain linux udev rules
2017-11-09 11:40:58 +01:00
Matthias Ringwald
2888825a36
wiced: update docu
2017-11-09 11:11:22 +01:00
Matthias Ringwald
f984cbe3d5
wiced: used 1 mbps UART after hangs on ISM43341 at 2 mbps
2017-11-08 17:14:32 +01:00
Matthias Ringwald
ad1a357b97
wiced: add le_device_db_wiced_dct_get_storage_size
2017-11-08 16:45:11 +01:00
Milanka Ringwald
247956ea1e
avrcp browsing: link avrcp browsing to control channel
2017-11-08 14:43:16 +01:00
Matthias Ringwald
44c75d2c36
wiced: fix build
2017-11-08 11:25:20 +01:00
Matthias Ringwald
b42623de0e
bnep: log_info -> log_debug for state machine actions
2017-11-07 22:30:24 +01:00
Matthias Ringwald
b03afde162
wiced: support for btstack_stdin (HAVE_STDIN)
2017-11-07 22:26:48 +01:00
Matthias Ringwald
012f145f57
wiced: support for btstack_stdin (HAVE_STDIN)
2017-11-07 22:26:01 +01:00
Matthias Ringwald
84693d68c6
network: fix compile, add btstack_network_get_name
2017-11-07 22:10:15 +01:00
Matthias Ringwald
f7ab42a59a
network: extract POSIX network code into btstack_network_posix and use in panu_demo
2017-11-07 19:43:12 +01:00
Matthias Ringwald
e0ba407f1b
wiced: enable LF->CRLF
2017-11-07 18:48:23 +01:00
Matthias Ringwald
90e1375e7d
started ChangeLog file
2017-11-07 17:11:18 +01:00
Matthias Ringwald
a7473022f2
network: extract POSIX network code into btstack_network_posix and use in panu_demo
2017-11-07 16:42:06 +01:00
Matthias Ringwald
b2cc109c9c
network: define BTstack network interface abstraction
2017-11-07 12:42:42 +01:00
Matthias Ringwald
4b7565a250
posix: avoid crash when data source is removed and fd set to -1
2017-11-07 12:30:13 +01:00
Matthias Ringwald
ab379a4a0a
wiced-h5: use mbedtls for aes128 on SDK 5.2+
2017-11-06 15:27:09 +01:00
Matthias Ringwald
d4def6f450
wiced-h5: support WICED Studio (incl. 5.2)
2017-11-06 15:27:09 +01:00
Matthias Ringwald
0b793fdf21
wiced-h4: fix path to bluetooth firmwares
2017-11-06 15:27:09 +01:00
Matthias Ringwald
20334a06fd
wiced-h4: support WICED Studio (incl. 5.2)
2017-11-06 15:27:09 +01:00
Matthias Ringwald
23c00ae5e8
fix build
2017-11-04 21:45:45 +01:00
Matthias Ringwald
08dc639452
l2cap: round robin for fixed channel send requests
2017-11-04 21:41:53 +01:00
Milanka Ringwald
462aa08556
avrcp browsing controller: connect/disconnect
2017-11-03 17:12:57 +01:00
Milanka Ringwald
f12a3722fc
avrcp browsing: add draft connect/disconnect
2017-11-03 17:12:57 +01:00
Milanka Ringwald
f65a5459ae
avrcp docu: fix text
2017-11-03 17:12:57 +01:00
Milanka Ringwald
c3fca900d4
avrcp browsing: add connect/disconnect events
2017-11-03 17:12:57 +01:00