8666 Commits

Author SHA1 Message Date
Milanka Ringwald
204991f31d bluetooth: add specific ATT error codes 2018-11-01 09:44:07 +01:00
Milanka Ringwald
bb7f36774e bluetooth: add gatt_date_time struct 2018-11-01 09:44:07 +01:00
Milanka Ringwald
c7774db7c3 att_db: add get server configuration, extracted get decriptor handle for uuid16 2018-11-01 09:44:07 +01:00
Matthias Ringwald
9dbfa9305b btstack_util: fix compile 2018-10-31 18:00:31 +01:00
Matthias Ringwald
c1c586473a btstack_util: manually convert to hex in printf_hexdump 2018-10-31 17:53:08 +01:00
Milanka Ringwald
b8d0d01487 Changelog: update 2018-10-31 10:11:37 +01:00
Milanka Ringwald
4f06dd11e8 heart_rate_service: change tabs to spaces, remove printf 2018-10-31 09:59:11 +01:00
Milanka Ringwald
ba7944be54 nordic spp server service: update Makefile, update service name, use correct handle for notify 2018-10-31 09:59:11 +01:00
Matthias Ringwald
10e0e23cd2 btstack_crypto: use auth_len for btstack_crypo_ccm_get_authentication_value 2018-10-29 22:37:03 +01:00
Matthias Ringwald
995faa292d test/crypto: test btstack_crypto ccm 2018-10-29 22:33:01 +01:00
Matthias Ringwald
ba1e2dc4c9 tes/crypto: extarct aes_ccm code 2018-10-29 22:03:35 +01:00
Matthias Ringwald
89be578cb9 btstack_crypto: fix encrypt/decrypt with block_len > 16 2018-10-29 21:46:40 +01:00
Matthias Ringwald
e5b6c4e973 port/posix-*: enable ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE 2018-10-29 09:58:48 +01:00
Matthias Ringwald
69fa7fc678 example: add sine_player to test audio playback 2018-10-29 09:37:53 +01:00
Matthias Ringwald
75ba91cf9c test/crypto/aes_ccm_test: add step-by-step output 2018-10-26 17:20:54 +02:00
Matthias Ringwald
577fe4df16 btstack_crypto: finish CCM, add debug output 2018-10-26 17:20:46 +02:00
Matthias Ringwald
6015e1edc2 btstack_crypto: provide auth_len for ccm init 2018-10-26 13:57:03 +02:00
Matthias Ringwald
81132a3911 test/crypto: add Zepyr AES-CCM implementation as references 2018-10-26 13:36:57 +02:00
Matthias Ringwald
acb15818d5 hci_dump: avoid -Wunused-result warnings 2018-10-26 10:34:55 +02:00
Matthias Ringwald
bdcc259dd8 test: move crypto tests from seurity manager into own crypto folder 2018-10-26 10:32:43 +02:00
Matthias Ringwald
62609879d3 daemon: avoid compile warning 2018-10-25 18:32:17 +02:00
Matthias Ringwald
e0449ce9c9 btstack_crypto: let btstack_crypto_ecc_p256_generate_key generate new key if called again 2018-10-25 14:57:13 +02:00
Milanka Ringwald
ebdf3c684b nordic_spp_service_server: added service and examples 2018-10-24 13:03:45 +02:00
Matthias Ringwald
ef2faf5658 l2cap ertm: extract l2cap_ertm_retransmit_unacknowleded_frames 2018-10-23 16:35:37 +02:00
Matthias Ringwald
e288be62e0 l2cap ertm: L2CAP_ERTM_SIMULATE_FCS_ERROR_INTERVAL simulates FCS errors 2018-10-23 16:35:37 +02:00
Matthias Ringwald
23f7c1d670 l2cap ertm: also send fragment if outgoing fragmment queue is full 2018-10-23 16:35:37 +02:00
Milanka Ringwald
0767889630 hid_device: fix data report for the case where descriptor does not contain ID 2018-10-23 15:05:17 +02:00
Milanka Ringwald
9b0796edf0 avrcp_browsing_controller: remove printf from library 2018-10-23 14:04:54 +02:00
Milanka Ringwald
65ca3506ca avrcp_browsing_controller: fix get folder items command 2018-10-23 12:05:25 +02:00
Milanka Ringwald
97faea967f avrcp_browsing_controller: fix state in connect cmd 2018-10-22 22:44:38 +02:00
Milanka Ringwald
143efbe87c avrcp_browsing_client: use browsing cid 2018-10-22 22:09:05 +02:00
Milanka Ringwald
a796c06fe4 hid_demo: fix compile 2018-10-22 22:05:48 +02:00
Milanka Ringwald
c8cb324e27 hid_device: get report fixes for no declared IDS case 2018-10-22 15:49:55 +02:00
Milanka Ringwald
a1118d1129 device_hid: move get report checks from test to library 2018-10-22 15:49:55 +02:00
Milanka Ringwald
4dfe6a8b2d hid_device: move set report cmd validity check from test to library 2018-10-22 15:49:55 +02:00
Milanka Ringwald
738c9391f8 hid_device: move id and report size check from hid_report_data_callback to library 2018-10-22 15:49:55 +02:00
Milanka Ringwald
dbcaefc7b3 hid_device: move ID validity check from test to library 2018-10-22 15:49:55 +02:00
Milanka Ringwald
662cddc29e btstack_hid_parser, hid_device: use one hid_report_type struct, move report_size_valid from test to library 2018-10-22 15:49:55 +02:00
Milanka Ringwald
fada717989 btstack_hid_parser: add function that calculates report size for given report type and ID from report descriptor 2018-10-22 15:49:55 +02:00
Matthias Ringwald
6cdc2862f6 hci: fix compile without CLASSIC 2018-10-22 14:20:29 +02:00
Matthias Ringwald
f8ee30711d hci/gap: support snif mode 2018-10-22 14:05:59 +02:00
Matthias Ringwald
7cd21895df hci_cmd: add hci_exit_sniff_mode 2018-10-22 14:02:20 +02:00
Matthias Ringwald
3dce61284e hci: track connection mode 2018-10-22 12:30:00 +02:00
Matthias Ringwald
51fd61e9d5 bluetooth: remove event suffix in HCI_EVENT_AUTHENTICATION_COMPLETE_EVENT and HCI_EVENT_MODE_CHANGE_EVENT 2018-10-22 12:20:17 +02:00
Matthias Ringwald
c33e56d3e0 gap: add gap_set_default_link_policy_settings 2018-10-19 22:34:54 +02:00
Matthias Ringwald
53138e7ae4 hci_cmd: fix spelling of hci_write_default_link_policy_setting 2018-10-19 21:52:09 +02:00
Matthias Ringwald
9fa0921fc1 hid_device: fix sdp additional descriptor list 2018-10-19 21:49:41 +02:00
Matthias Ringwald
10c236bfcd hfp_ag: fix compile 2018-10-19 13:13:06 +02:00
Matthias Ringwald
8fd1a22eba hfp_ag: reset call state to idle when dropped during call setup 2018-10-19 13:10:06 +02:00
Matthias Ringwald
8336ee1e77 pbap_client: init handle + name on card start 2018-10-19 11:38:55 +02:00