Commit Graph

7557 Commits

Author SHA1 Message Date
Matthias Ringwald
46412789ba tool/dump_tlv: add ': ' after tag 2017-11-20 17:56:39 +01:00
Matthias Ringwald
f4780d30b0 le_device_db_tlv: fix compile 2017-11-20 14:52:30 +01:00
Matthias Ringwald
a30fb01002 tool/dump_tlv: primitive tlv dumper 2017-11-20 14:35:55 +01:00
Matthias Ringwald
15c7aed6d9 sm: release setup context after sending recalculated LTK for legacy pairing 2017-11-19 20:44:23 +01:00
Matthias Ringwald
c385947d36 update Changelog 2017-11-19 19:46:44 +01:00
Matthias Ringwald
8fca890e08 hci: avoid double free during halting 2017-11-19 19:43:56 +01:00
Matthias Ringwald
f8b1697f9f linked_list: fix warning if iterator_remove fails 2017-11-19 19:20:27 +01:00
Matthias Ringwald
4c3eeed1f8 rfcomm: support connection requests during connection failure 2017-11-17 19:54:01 +01:00
Matthias Ringwald
69cb6daf5c test/linked_list: fix compile 2017-11-17 18:04:16 +01:00
Matthias Ringwald
ceec418a18 l2cap: support connection requests during connection request failure 2017-11-17 17:41:37 +01:00
Matthias Ringwald
86bcddecd9 linked_list: warn if iterator_remove fails 2017-11-17 16:55:27 +01:00
Matthias Ringwald
6bd7c69d56 l2cap: fix for fixed channel round robin 2017-11-13 13:41:14 +01:00
Matthias Ringwald
4b8c611fad sm: sm_use_fixed_legacy_pairing_passkey_in_display_role -> sm_use_fixed_passkey_in_display_role 2017-11-13 12:06:04 +01:00
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