8394 Commits

Author SHA1 Message Date
Milanka Ringwald
1c5286ef85 Merge branch 'develop' of https://github.com/bluekitchen/btstack into develop 2018-09-24 10:57:20 +02:00
Matthias Ringwald
fd03f35b8d daemon/libusb-intel/windows-winusb-intel: skip transport->close() after firmware download 2018-09-24 10:04:21 +02:00
Matthias Ringwald
d2b52257dc libusb/winusb: track open/close state 2018-09-24 09:59:04 +02:00
Matthias Ringwald
1b5d2ea069 winusb: fix compile warning 2018-09-21 16:15:58 +02:00
Matthias Ringwald
8129e5420f daemon: add --with-intel-usb 2018-09-21 16:07:03 +02:00
Matthias Ringwald
88362d5ee0 chipset/intel: no firmware upload if HCI Reset is successful 2018-09-21 14:55:45 +02:00
Matthias Ringwald
5ea41277a5 chipset/intel: fix Makefile 2018-09-21 14:55:13 +02:00
Matthias Ringwald
4252c4d784 daemon: extract btstack_server_configure_stack 2018-09-21 12:37:14 +02:00
Matthias Ringwald
f61339ea81 windows-winusb-intel: new port for windows-winusb & Intel Wireless 8260 / 8265 Controllers 2018-09-21 11:38:26 +02:00
Matthias Ringwald
7eac9e2200 libusb-intel: new port for libusb & Intel Wireless 8260 / 8265 Controllers 2018-09-21 11:30:46 +02:00
Matthias Ringwald
ea59d9254b chipset/intel: fix firmware download 2018-09-21 11:28:28 +02:00
Matthias Ringwald
29c6772bc6 chipset/intel: add btstack_chipset_intel_set_firmware_path 2018-09-21 11:11:59 +02:00
Matthias Ringwald
53428cded4 chipet/intel: add firmware size info 2018-09-21 09:21:38 +02:00
Matthias Ringwald
8174b66a45 chipet/intel: support for firmware upload and configuration of Intel Wireless 8260 and 8265 2018-09-21 09:19:23 +02:00
Matthias Ringwald
507db03762 winusb: on acl read error, reset pipe and resubmit transfer 2018-09-21 08:37:39 +02:00
Matthias Ringwald
bca6857aa1 pbap_client: add PbapSupportedFeatures to OBEX Connect request 2018-09-20 17:44:10 +02:00
Milanka Ringwald
2d660dcab8 pts: add test files 2018-09-18 10:30:12 +02:00
Milanka Ringwald
b59045f9cb pts: update ignore file, Makefile, add test 2018-09-18 10:29:48 +02:00
Milanka Ringwald
fe9125ce7d hid_device: add c++ and header guards and API flags 2018-09-18 10:11:04 +02:00
Matthias Ringwald
046d2a34e6 mtk: add m5, fix compile, use btstack_tlv_posix 2018-09-17 20:34:51 +02:00
Matthias Ringwald
0be429342e stm32-f4discovery-cc256x: add md5, fix compile 2018-09-17 20:23:54 +02:00
Matthias Ringwald
bc44e666ad esp32: add 3rd-party/md5 2018-09-17 20:14:10 +02:00
Matthias Ringwald
88d8c0f2e4 pbap_client: fix unused var warning 2018-09-17 19:22:40 +02:00
Matthias Ringwald
c1bc0b8eb5 pbap_client: add support for md5 authentication challenge 2018-09-17 17:16:59 +02:00
Matthias Ringwald
c08e23972a goep_client: add goep_client_add_header_challenge_response 2018-09-17 17:08:17 +02:00
Matthias Ringwald
e28a217ec8 obex: add authentication challenge / response header types 2018-09-17 15:17:33 +02:00
Matthias Ringwald
15a62af039 obex: dump full obex response header 2018-09-17 14:56:39 +02:00
Matthias Ringwald
cd2e416ce5 btstack_util: support parsing bd_addr without separators 2018-09-17 14:10:04 +02:00
Matthias Ringwald
c57fa5660e hci: fix Classic-only compile 2018-09-17 12:19:50 +02:00
Matthias Ringwald
cfd2437ec6 a2dp_source: suppport stream reconfiguration (a2dp_source_reconfigure_stream_sampling_frequency) 2018-09-17 12:06:51 +02:00
Milanka Ringwald
6da84376d1 gatt_client: update header 2018-09-17 10:35:13 +02:00
Matthias Ringwald
a3ace43957 example/hog_keyboard_demo: use report id in hid descriptor 2018-09-16 22:29:57 +02:00
Milanka Ringwald
c4bbf7740f avdtp initiator: fix compile 2018-09-14 15:05:49 +02:00
Milanka Ringwald
8d254f098a avdtp initiator: update configuration on reconfigure accept 2018-09-14 15:01:11 +02:00
Matthias Ringwald
39eb929a09 a2dp: provide buffer for new SBC codec info used for reconfigure 2018-09-14 14:38:57 +02:00
Matthias Ringwald
b308acf6a3 avdtp_initiator: don't try to validate empty configuration on reconfigure accept 2018-09-14 14:38:03 +02:00
Matthias Ringwald
b8dffb2591 a2dp: added A2DP_SUBEVENT_STREAM_RECONFIGURED 2018-09-14 14:35:39 +02:00
Milanka Ringwald
0235c9e5bd hids_device: pts testing done 2018-09-13 15:10:24 +02:00
Matthias Ringwald
0a2968eba9 daemon: avoid dependency to libgcc for libBTstackServer.dll 2018-09-12 16:23:09 +02:00
Matthias Ringwald
fe8aebe6c4 l2cap: use valid signaling identifier for L2CAP Connection Parameter Update Request 2018-09-12 16:21:14 +02:00
Matthias Ringwald
cce308d626 gatt_client: stop timer on disconnect - fixes use after free / crash 2018-09-11 08:32:03 +02:00
Matthias Ringwald
eea99214d9 l2cap: evaluate 'can send now' on HCI Disconnect as ACL buffers in Bluetooth Controller have been used for the closed connection are freed implicitly 2018-09-11 08:27:33 +02:00
Matthias Ringwald
9201a494d1 3rd-party: add public domain md5 library 2018-09-07 17:42:41 +02:00
Matthias Ringwald
f523f4785b stm32-l053r8-em9304: added gatt_heart_rate_client 2018-09-07 17:13:21 +02:00
Matthias Ringwald
e0a14df4b2 rfcomm: trigger l2cap request to send on rfcomm credits when client is waiting to send 2018-09-07 15:16:31 +02:00
Matthias Ringwald
96cb50ec30 example/spp_flowcontrol: fix compile 2018-09-07 12:25:49 +02:00
Matthias Ringwald
e44319602d rfcomm: more verbose debug output 2018-09-06 18:26:11 +02:00
Matthias Ringwald
6bc9fa5e1d hci: fix compile without ENABLE_CLASSIC 2018-09-06 17:51:55 +02:00
Matthias Ringwald
22a3debe3f update changelog 2018-09-06 17:45:02 +02:00
Matthias Ringwald
229331c6bf hci: free hci connection struct on error reported in hci command status event 2018-09-06 17:42:59 +02:00