7861 Commits

Author SHA1 Message Date
Matthias Ringwald
f2122e1b0c em9304: add converter for .emp to .c 2018-03-28 11:01:52 +02:00
Matthias Ringwald
192365fe94 sm: allow to simulate pairing failures for testing (requires ENABLE_TESTING_SUPPORT) 2018-03-27 14:42:09 +02:00
Matthias Ringwald
fb34235af3 libusb: fix packet log path derivation from usb path if additional arguments are provided 2018-03-27 14:42:09 +02:00
Milanka Ringwald
c0519d72a1 pts: fix compile 2018-03-26 21:52:25 +02:00
Matthias Ringwald
70d7488979 em9304: add some vendor specific hci commands 2018-03-23 10:07:24 +01:00
Matthias Ringwald
a70e17d4c9 GAP: allow to limit number of connections in LE Peripheral role with gap_set_max_number_peripheral_connections (fix) 2018-03-22 15:40:46 +01:00
Matthias Ringwald
bba111e7fb att_dispatch: trigger another can send now on client request 2018-03-22 15:20:26 +01:00
Matthias Ringwald
7fd7aa6f98 gap: ignore gap_disconnect if already disconnected 2018-03-16 15:50:28 +01:00
Matthias Ringwald
e3012924eb btstack_link_key_db_static: add iterator 2018-03-16 15:45:17 +01:00
Matthias Ringwald
404999fe25 btstack_link_key_db_memory: add iterator 2018-03-16 15:45:03 +01:00
Matthias Ringwald
d61bcaf3a3 doc: add ENABLE_ATT_DELAYED_READ_RESPONSE 2018-03-16 11:57:09 +01:00
Matthias Ringwald
495db15d42 fix compile 2018-03-16 11:52:41 +01:00
Matthias Ringwald
3385451f57 changelog: remove duplicate items 2018-03-16 11:31:16 +01:00
Matthias Ringwald
100b5a31f3 att: support for delayed att read response 2018-03-16 11:28:25 +01:00
Matthias Ringwald
7d405bedbe new att_server_delayed_read_response example 2018-03-16 11:19:34 +01:00
Matthias Ringwald
e8e7403e04 att: support for delayed att read response 2018-03-16 11:19:34 +01:00
Matthias Ringwald
e404a68886 att: support for delayed att read response 2018-03-16 11:19:34 +01:00
Matthias Ringwald
75130320d7 le_device_db_tlv: check if entry exists before decreasing count 2018-03-15 17:37:26 +01:00
Matthias Ringwald
86099d9313 sm: use le_device_db_max_count() to iterate over all le device db entries 2018-03-15 16:36:48 +01:00
Matthias Ringwald
092ec58e5a sm: use le_device_db_max_count() to iterate over all le device db entries 2018-03-15 16:32:34 +01:00
Matthias Ringwald
6fc9dda195 le_device_db: add le_device_db_max_count() for index iteration 2018-03-15 16:25:59 +01:00
Matthias Ringwald
1882d12dc3 em9304: log container info 2018-03-15 13:49:02 +01:00
Matthias Ringwald
9aa76d51a0 tool/create_packet_log: report parsing error and continue 2018-03-14 17:05:10 +01:00
Milanka Ringwald
8c90079180 HSP HS: accept incomming SCO connection 2018-03-14 16:34:33 +01:00
Milanka Ringwald
605d1b1db1 hsp hs: accept incoming sco connection 2018-03-14 15:58:09 +01:00
Milanka Ringwald
b100348fc7 hsp hs: accept incoming sco connection 2018-03-14 15:55:26 +01:00
Milanka Ringwald
53c654feee btstack util: fix docu 2018-03-14 15:52:40 +01:00
Milanka Ringwald
895f6685f2 hci: fix debug output for incomming SCO connection 2018-03-14 12:59:31 +01:00
Matthias Ringwald
98cc33c4b3 att_dispatch: avoid infinite recursion if no packet handler defined and can send now gets requested (which is not correct) 2018-03-12 15:39:25 +01:00
Matthias Ringwald
85847a9dce rfcomm: fix infinite loop on l2cap connection error 2018-03-12 12:34:50 +01:00
Matthias Ringwald
6b896dfc53 rfcomm: fix infinite loop on l2cap connection establishmend error 2018-03-12 12:32:22 +01:00
Milanka Ringwald
292a51b3ab a2dp source demo: put avrcp cid into meadi tracker, correct STDIN out info 2018-03-09 16:45:23 +01:00
Milanka Ringwald
64971d1e6e avrcp target: remove wrong break 2018-03-09 16:45:23 +01:00
Milanka Ringwald
a2466f3175 a2dp_source: use correct event on signaling connection failure, extract emit functions 2018-03-09 16:45:23 +01:00
Matthias Ringwald
9737a146d4 bluetooth_gatt.h: regenerated after typo fixed 2018-03-09 13:05:03 +01:00
Matthias Ringwald
b436f1776a tool: add datetime to scraped bluetooth_* files 2018-03-09 13:03:35 +01:00
Matthias Ringwald
6104991b22 example: new gatt_heart_rate_client example 2018-03-09 12:46:55 +01:00
Matthias Ringwald
fd75a1c570 att_db: detect persistent ccc by attribute uuid instead of explicit flag 2018-03-02 12:14:18 +01:00
Matthias Ringwald
34af254639 att_db: detect persistent ccc by attribute uuid instead of explicit flag 2018-03-02 12:12:49 +01:00
Matthias Ringwald
451d6789e1 GAP: allow to limit number of connections in LE Peripheral role with gap_set_max_number_peripheral_connections (fix) 2018-03-02 11:55:59 +01:00
Matthias Ringwald
d4e4907bbd GAP: allow to limit number of connections in LE Peripheral role with gap_set_max_number_peripheral_connections (fix) 2018-03-02 11:53:30 +01:00
Matthias Ringwald
75075b8801 stm32-l053r8-em9304: disable ancs_client_demo as it doesn't fit into 64 kB currently 2018-03-02 11:49:49 +01:00
Matthias Ringwald
51e0c94cf6 att_db: pass att iterator into att_persistent_ccc_cache 2018-03-02 11:44:49 +01:00
Matthias Ringwald
2b6ab3e64e GAP: allow to limit number of connections in LE Peripheral role with gap_set_max_number_peripheral_connections 2018-03-01 17:45:42 +01:00
Matthias Ringwald
2100821c33 esp32: add sco_util.c to hsp_hs_demo 2018-03-01 10:39:38 +01:00
Matthias Ringwald
d9758b468b stm32-f4discovery-cc256x: increase mcu clock to 64 MHz 2018-02-26 16:14:01 +01:00
Milanka Ringwald
bae8745c88 a2dp source demo: add cmd to printfs 2018-02-23 15:14:33 +01:00
Milanka Ringwald
9900b7faad a2dp source: reject incorrectly initiated incoming media connection 2018-02-23 15:13:18 +01:00
Matthias Ringwald
6155bae02d att_server: fix handling of ATT_EVENT_MTU_EXCHANGE_COMPLETE 2018-02-22 12:26:38 +01:00
Matthias Ringwald
bd87a16ea0 att_server: fix handling of ATT_EVENT_MTU_EXCHANGE_COMPLETE 2018-02-22 12:20:36 +01:00