9224 Commits

Author SHA1 Message Date
Matthias Ringwald
5ec47f0f9e esp32: mark micro-ecc includes as private to avoid compile errors in other components 2019-04-26 16:15:37 +02:00
Matthias Ringwald
bc8e805046 posix: close fd on network down 2019-04-26 16:09:35 +02:00
Matthias Ringwald
0c26301252 Revert "posix: close fd on network down"
This reverts commit 8c0c8f9f17087b31bd9c14cc2b5d85c276f756de.
2019-04-26 16:07:57 +02:00
Matthias Ringwald
8c0c8f9f17 posix: close fd on network down 2019-04-25 18:33:42 +02:00
Matthias Ringwald
6323f788ac test/hfp: fix test sequences 2019-04-18 23:11:54 +02:00
Matthias Ringwald
560b7bdb62 fix warnings 2019-04-18 21:40:35 +02:00
Matthias Ringwald
f67eb7c279 port: allow to defined BTSTACK_ROOT and include exising Makefiles. Fixes #198 2019-04-15 14:34:59 +02:00
Matthias Ringwald
0b27d9d1e2 doc: check gatt client profile 2019-04-15 12:09:53 +02:00
Matthias Ringwald
e99e41f0b9 hid_device: fix regression responding to control requests, complete split between l2cap cids and hid cid 2019-04-11 12:27:25 +02:00
Matthias Ringwald
79ca10bb19 docu: fix links to examples for PAN and SPP profiles 2019-04-09 11:35:07 +02:00
Matthias Ringwald
08da12a471 docu: fix links to examples for PAN and SPP profiles 2019-04-09 11:24:57 +02:00
Matthias Ringwald
31eaaa99f8 example/hog demos: use correct event getter to access con handle 2019-04-08 22:09:59 +02:00
Matthias Ringwald
a71df68ad1 esp32: use micro-ecc copy from BTstack as the one from esp-idf was confied to the bootloader component 2019-04-08 21:36:43 +02:00
Matthias Ringwald
4c9cb4f541 example/panu_demo: register NAP service with BNEP when implementing server 2019-04-05 22:47:12 +02:00
Matthias Ringwald
cb3797fc86 example/panu_demo: use ENABLE_PANU_CLIENT to switch to PANU client mode 2019-04-05 22:22:50 +02:00
Matthias Ringwald
214bfd60e6 hci: pad scan response data with zeros, fixes #204 2019-04-03 17:40:21 +02:00
Matthias Ringwald
9022b6898e test/hfp: reduce warnings and output 2019-03-31 22:19:16 +02:00
Matthias Ringwald
0c3047fbd8 hfp: fix hfp_xx_release_service_level_connection not working when audio not active, regression from 5f05305255 2019-03-31 14:18:13 +02:00
Matthias Ringwald
4be6b67e24 hfp: remove redundant checks 2019-03-31 12:04:38 +02:00
Matthias Ringwald
d751f069b9 hfp: init hci handles with HCI_CON_HANDLE_INVALID 2019-03-31 12:02:32 +02:00
Matthias Ringwald
6d80b49579 test/avrcp: fix compilation 2019-03-30 22:13:17 +01:00
Matthias Ringwald
62a563bba7 chipset/zephyr: fix commpile warning 2019-03-30 21:49:24 +01:00
Matthias Ringwald
8df496ec74 em9304: remove old patch 2019-03-30 21:37:57 +01:00
Matthias Ringwald
ea4588dbd2 remove stm32-l053r8-em9304, use stm32-l073rz-nucelo-em9304 instead 2019-03-30 21:37:13 +01:00
Matthias Ringwald
489a58de68 fix compilation 2019-03-30 21:30:47 +01:00
Matthias Ringwald
d2e78ccc37 Replace l053 port with l073 2019-03-30 21:22:34 +01:00
Matthias Ringwald
ca3a66ce28 stm32-l073rz-nucleo-em9304: add ozone template 2019-03-30 21:08:04 +01:00
Matthias Ringwald
e838079242 re-create port for Nucleo L073RZ with EM9304 based on existing Nucleo L053R8 port 2019-03-30 19:29:10 +01:00
Matthias Ringwald
df503ac64e libusb: add support for nRF52840-PCA10056 running Zephyr hci_usb example 2019-03-29 22:33:20 +01:00
Matthias Ringwald
2bdb9b6d2e libusb: gracefully disable SCO over HCI if interface 1 cannot be claimed 2019-03-29 22:31:56 +01:00
Matthias Ringwald
69f977f3f4 stm32-f4discovery-cc256x: use -Os 2019-03-29 18:08:25 +01:00
Matthias Ringwald
f9563b8923 libusb: use static random address stored in nRF52840 running Zephyr hci_usb 2019-03-29 17:50:06 +01:00
Matthias Ringwald
fedcc363f3 example: add sm.c to all examples 2019-03-29 17:48:08 +01:00
Matthias Ringwald
d91f788f55 libusb: whitelist vendor/product id from Zephyr running hci_usb example 2019-03-29 16:47:47 +01:00
Matthias Ringwald
8b22c04ddc hci: add hci_read_remote_version_information and corresponding hci_event_read_remote_version_information_complete 2019-03-28 10:49:54 +01:00
Matthias Ringwald
a63a688a17 example: document that .h is generated from .gatt 2019-03-28 09:52:12 +01:00
Matthias Ringwald
7050bf34e5 compile_gatt: document how .h was generated 2019-03-28 09:44:12 +01:00
Matthias Ringwald
432bd28d3f stm32-f4discovery-cc256x, test/avrcp: fix compile 2019-03-27 15:21:19 +01:00
Milanka Ringwald
c4e8cd112f goep_client: rename functions 2019-03-27 12:00:33 +01:00
Milanka Ringwald
948b36425d obex_message_builder: rename function 2019-03-27 12:00:33 +01:00
Milanka Ringwald
c446645633 goep_client: use obex builder functions 2019-03-27 12:00:33 +01:00
Milanka Ringwald
81fb6ec904 obex_message_builder: documentation 2019-03-27 12:00:33 +01:00
Milanka Ringwald
614e15bca8 test/obex_message_builder: move const params from test group 2019-03-27 12:00:33 +01:00
Milanka Ringwald
7c00601704 obex_message_builder: extract functionality 2019-03-27 12:00:33 +01:00
Milanka Ringwald
ad62ff3d7f test/obex message builder: funcitons for building messages with buffer provided as input param 2019-03-27 12:00:33 +01:00
Milanka Ringwald
75d4bd1c15 map_server: fix name 2019-03-27 12:00:33 +01:00
Milanka Ringwald
344f488c47 test/obex : start obex builder test 2019-03-27 12:00:33 +01:00
Milanka Ringwald
b6b303d9a0 map_util: move code map messages parsing 2019-03-27 12:00:33 +01:00
Milanka Ringwald
bab13b64a1 map_xml_test: extract functions for parsing messages, emit events 2019-03-27 12:00:33 +01:00
Milanka Ringwald
5160ece6d2 map_client: add events for folder and message listing items 2019-03-27 12:00:33 +01:00