8284 Commits

Author SHA1 Message Date
Matthias Ringwald
7909a4147e btstack_crypto: fix compile error for HAVE_AES128. Fix suggested by Venkat Subbiah <vsubbiah@packetp.com> 2018-06-13 09:18:39 +02:00
Matthias Ringwald
881a49d59a em9304: emp converter add config for 8 connections and enables DLE 2018-06-13 08:35:49 +02:00
Matthias Ringwald
7e4bff8292 wiced: add more STM32F4 versions to set baudrate function. Enables BCM94343WWCD1/2 platforms. Thanks to Venkat 2018-06-10 20:02:05 +02:00
Matthias Ringwald
bce48a2655 att_server: send ATT_EVENT_HANDLE_VALUE_INDICATION_COMPLETE with status ATT_HANDLE_VALUE_INDICATION_DISCONNECT on disconnect 2018-06-06 21:51:44 +02:00
Matthias Ringwald
1aaaf1e99c stm32-f4discovery-cc256x: drop useless Makefile in main folder 2018-06-06 09:21:08 +02:00
Matthias Ringwald
42bafa11b1 hfp: Fix Wide Band Speech bit in SDP record for both HF/AG. Missing bit prevents macOS from using mSBC 2018-06-05 11:03:04 +02:00
Matthias Ringwald
6483160777 libusb: use libusb_set_option(..,LIBUSB_OPTION_LOG_LEVEL,..) instead of libusb_set_debug(..) from libusb 1.0.22+ 2018-06-03 20:58:39 +02:00
Matthias Ringwald
cd74063ad0 hci: use correct enum for pairing idle 2018-05-31 11:27:01 +02:00
Matthias Ringwald
b7647eb604 compile_gatt: fix parsing of CHARACTERISTIC_USER_DESCRIPTION, issue #23 2018-05-28 21:58:43 +02:00
Matthias Ringwald
425c3bbdae libusb: add Laird BT860 to UDEV rules in Readme 2018-05-23 17:37:30 +02:00
Matthias Ringwald
fa5e346465 att_server: fix warning 2018-05-22 17:38:46 +02:00
Matthias Ringwald
6438547a10 att_server: implement round robin for server request, notifications, and indications 2018-05-22 17:29:24 +02:00
Matthias Ringwald
f29a88d8db att_server: refactor towards round robin 2018-05-22 16:47:13 +02:00
Matthias Ringwald
90f03c80da att_server: refactor towards round robin 2018-05-22 16:32:13 +02:00
Matthias Ringwald
3551936eb0 att_server: refactor towards round robin 2018-05-22 16:05:33 +02:00
Matthias Ringwald
234e8b8aeb att_server: refactor towards round robin 2018-05-22 15:43:37 +02:00
Matthias Ringwald
374a288a9d att_server: refactor towards round robin 2018-05-22 15:05:45 +02:00
Matthias Ringwald
236467535a update CHANGLOG for last commit 2018-05-22 11:32:09 +02:00
Matthias Ringwald
5d736261b6 rfcomm: emit channel closed on HCI/L2CAP disconnect after sending DISC while expecting UA 2018-05-22 11:17:05 +02:00
Matthias Ringwald
31a592581c rfcomm: fix enum name 2018-05-22 11:08:13 +02:00
Matthias Ringwald
03751aa7c8 sdp_server: fix calculation of response buffer size 2018-05-22 10:40:45 +02:00
Matthias Ringwald
f4b33574b8 gatt_client: if ENABLE_GATT_CLIENT_PAIRING, GATT Client starts pairing and retry operation on security error 2018-05-18 11:22:37 +02:00
Matthias Ringwald
6da5c9d5bb example/le_streamer_client: stop on enable notify error 2018-05-18 11:22:37 +02:00
Matthias Ringwald
34c39fbd75 sm: only start encryption using stored bonding info as central after address resolution success 2018-05-18 11:14:27 +02:00
Matthias Ringwald
9909e5e4c9 l2cap: add missing switch break 2018-05-17 16:42:06 +02:00
Matthias Ringwald
03a9359afe sm: encryption change event concludes re-encryption for bonded devices (even if it fails) 2018-05-17 16:13:25 +02:00
Matthias Ringwald
cbbb12d994 att_server: add att_server_request_to_send_notification and att_server_request_to_send_indication 2018-05-17 15:53:39 +02:00
Matthias Ringwald
969a5bba93 att_server: keep can send now requests sorted by connection 2018-05-17 15:04:34 +02:00
Matthias Ringwald
5f141511e0 att_server: implement att_server_request_can_send_now_event internally using a btstack_context_callback_registration_t struct 2018-05-17 13:36:10 +02:00
Milanka Ringwald
04bb12a166 att server: remove line that rewrites context var 2018-05-16 16:41:20 +02:00
Matthias Ringwald
a71653183c doc: restrict HTML docu to two-level table of content 2018-05-15 18:04:41 +02:00
Matthias Ringwald
a3069afebb hci: calculate sco_packet_length based on number of concurrent sco connections - fixes #129 2018-05-15 17:18:01 +02:00
Matthias Ringwald
cf119f3b14 hci: calculate sco_packet_length based on number of concurrent sco connections - fixes #129 2018-05-15 17:14:24 +02:00
Matthias Ringwald
b64a5f121f
Merge pull request #128 from apmorton/features/pre-buffer-fix
hci: allow HCI_OUTGOING_PRE_BUFFER_SIZE to be overridden in btstack_config.h
2018-05-15 16:30:33 +02:00
Milanka Ringwald
b58c6eb905 att_server: fix lookup for Client Characteristic Configuration in services with multiple Characteristics 2018-05-15 16:00:02 +02:00
Matthias Ringwald
c7e2c1a542 sm: improve le_device_db lookup and storing of IRK 2018-05-15 09:25:02 +02:00
Austin Morton
4ccd6018f1 hci: allow HCI_OUTGOING_PRE_BUFFER_SIZE to be overridden in btstack_config.h 2018-05-14 20:03:04 -04:00
Matthias Ringwald
9650eb2f69 le_device_db_tlv: fix seq nr management 2018-05-14 20:49:13 +02:00
Matthias Ringwald
895588b9a7 gap: re-encrypt outgoing connection if bonded 2018-05-14 17:36:51 +02:00
Matthias Ringwald
d1e1a57fd3 gatt_client: wait until central re-encryption is complete 2018-05-14 17:34:37 +02:00
Matthias Ringwald
0234fbbca9 att_server: wait until central re-encryption is complete 2018-05-14 17:34:24 +02:00
Matthias Ringwald
dcd6c9b595 gap: add gap_reconnect_security_setup_active indicating security setup as central 2018-05-14 17:08:16 +02:00
Matthias Ringwald
d4af1595c7 sm: start encryption as central if bonded 2018-05-14 17:08:10 +02:00
Matthias Ringwald
f697eb5c91 sm: report if ltk available after identity resolving succeeded 2018-05-14 17:07:13 +02:00
Matthias Ringwald
febc14f55d hfp_ag: extract hfp_ag_send_commands, call rfcomm_request_can_send_now if command was sent 2018-05-14 12:30:02 +02:00
Matthias Ringwald
f0aeb307ce hfp_ag: hfp_run_for_context -> hfp_ag_run_for_context 2018-05-14 12:18:23 +02:00
Milanka Ringwald
f444a4e76f heart rate server test: add uuid in AD 2018-05-11 16:39:34 +02:00
Matthias Ringwald
275aafe88f sm: assert that hci commands can be sent before LTK negative reply 2018-05-11 16:23:24 +02:00
Milanka Ringwald
d5d6b232dd heart rate server: docu 2018-05-11 16:16:07 +02:00
Milanka Ringwald
46e18d797d heart rate server: add support energy extended field, fix flags construction on send 2018-05-11 16:16:07 +02:00