8579 Commits

Author SHA1 Message Date
Matthias Ringwald
9eb7827db8 pbap_client: add pbap_abort 2018-10-09 17:28:43 +02:00
Matthias Ringwald
f68f852875 goep_client: add goep_client_create_abort_request 2018-10-09 17:27:18 +02:00
Matthias Ringwald
c518a7a9c7 pbap_client: extract pbap_process_srm_headers for srm/srmp header handling 2018-10-09 16:55:37 +02:00
Matthias Ringwald
8854a89dd9 pbap_client: flow control enabled per pbap connection 2018-10-09 16:25:10 +02:00
Matthias Ringwald
d4436ef5be pbap_client: pbap_set_flow_control_mode waits with requesting next chunk until pbap_next_packet is called 2018-10-09 16:11:25 +02:00
Milanka Ringwald
5139b81e65 hid_device: fix get protocol mode 2018-10-09 12:44:09 +02:00
Matthias Ringwald
8c94c0448e pbap_client: allow to specify phonebook path with pbap_pull_phonebook and pbap_get_phonebook_size 2018-10-09 12:29:07 +02:00
Milanka Ringwald
a78157dda1 hid_device: fix set report, extract functions for checking report size and report id 2018-10-09 12:11:56 +02:00
Matthias Ringwald
36680482ae avrcp: use sdp_query_context only for sdp query, not for finalize connection 2018-10-09 09:45:47 +02:00
Matthias Ringwald
177bf6ac71 yxml: fix warnings 2018-10-08 21:20:07 +02:00
Milanka Ringwald
abc918551f hid_device/example: fix compile 2018-10-08 17:21:38 +02:00
Milanka Ringwald
c3bb96d0dc test/hfp: fix compile 2018-10-08 16:39:36 +02:00
Milanka Ringwald
2c02ce7591 btstack_cvsd_plc: clear complete buffer, fix issue #178 2018-10-08 16:39:35 +02:00
Milanka Ringwald
df3cc7a003 hid_device: check packet type and size in set report 2018-10-08 16:39:35 +02:00
Milanka Ringwald
7d26fe664d hid_device: device receives and ignores invalid report data on interrupt channel 2018-10-08 16:39:35 +02:00
Matthias Ringwald
99449554af hci: reject gap_inquiry_start if stack is not working 2018-10-08 15:15:56 +02:00
Matthias Ringwald
b402b8bd77 review CHANGELOG 2018-10-08 11:45:48 +02:00
Matthias Ringwald
77d835d892 more .gitignore 2018-10-08 11:29:52 +02:00
Matthias Ringwald
7d6d7cf52c test/security_manager: move rijndael aes128 into test/rijndael folder 2018-10-05 15:31:38 +02:00
Matthias Ringwald
4395a00033 fix warnings: missing cast, unreachable code 2018-10-05 10:53:00 +02:00
Matthias Ringwald
5078863bb5 pbap_client: send SRM Enable and header only in first request 2018-10-04 19:01:01 +02:00
Matthias Ringwald
37ff02a9b9 pbap_client: support Single Response Mode Parameter (SRMP) 2018-10-04 18:04:20 +02:00
Matthias Ringwald
68d80bee2b obex: add SRM and SRMP defines 2018-10-04 18:02:48 +02:00
Matthias Ringwald
eb0753a870 pbap_client: support Single Response Mode (SRM), send header only in first GET request 2018-10-04 16:30:19 +02:00
Matthias Ringwald
78280ede65 geop_client: goep_client_add_header_srm_enable for GOEP v2.0 or higher 2018-10-04 16:19:46 +02:00
Matthias Ringwald
3b81f0d3ad l2cap ertm: fix memory corruption triggered if local_mtu > mps 2018-10-04 14:15:17 +02:00
Matthias Ringwald
8659f4fba8 test/pts: cleanup compile config, avoid warnings 2018-10-04 10:04:51 +02:00
Matthias Ringwald
826c39d019 l2cap ertm: allow SDU of szie MPS in first packet that contains L2CAP SDU Length 2018-10-03 17:21:11 +02:00
Matthias Ringwald
5dcb6ca761 Revert "l2cap ertm: allow SDU of szie MPS in first packet that contains L2CAP SDU Length"
This reverts commit f6fb536452573216b8c12692b87b78ef0221df9e.
2018-10-03 17:19:22 +02:00
Matthias Ringwald
f6fb536452 l2cap ertm: allow SDU of szie MPS in first packet that contains L2CAP SDU Length 2018-10-03 17:16:00 +02:00
Matthias Ringwald
031381f9e3 example/hsp_ag_demo,hsp_hf_demo: set codec to CVSD, fixes issue #177 2018-10-03 15:22:59 +02:00
Matthias Ringwald
53a6aff0ea rfcomm: emit RFCOMM_EVENT_CHANNEL_OPENED with status ERROR_CODE_CONNECTION_REJECTED_DUE_TO_LIMITED_RESOURCES instead of RFCOMM_EVENT_CHANNEL_CLOSED 2018-10-03 15:02:16 +02:00
Matthias Ringwald
020e217a66 rfcomm: extract rfcomm_channel_emit_final_event 2018-10-03 14:56:57 +02:00
Matthias Ringwald
7616f65463 sdp_server: log queueing operations 2018-10-03 13:31:48 +02:00
Matthias Ringwald
2b6d34f42e sdp_server: queue incoming connections when already connected instead of rejecting them 2018-10-03 12:53:29 +02:00
Milanka Ringwald
a997575e66 pts: clean compile warnings 2018-10-03 09:43:29 +02:00
Milanka Ringwald
38200c1d68 hfp_hf: setup SCO connection if codec negotiation not supported 2018-10-02 21:42:04 +02:00
Milanka Ringwald
b274c7b316 hid_device examples: fix api calls 2018-10-02 21:42:04 +02:00
Milanka Ringwald
02c9e65a2a pts: extract variable hid_boot_device 2018-10-02 21:42:04 +02:00
Milanka Ringwald
bc967e0034 hid_device: fix missing can_send_now call 2018-10-02 21:42:04 +02:00
Milanka Ringwald
afac2a041b hfp_ag: refactor hfp_init_link_settings 2018-10-02 21:42:04 +02:00
Milanka Ringwald
ba9a58fe87 hid_device: implemented get/set report/protocol 2018-10-02 21:42:04 +02:00
Matthias Ringwald
4960f9e71e hfp: decline incoming rfcomm connection after outgoing connection was started 2018-10-02 16:36:40 +02:00
Matthias Ringwald
ef07b2dc0f l2cap: fix issue with outgoing connection before read remote supported complete when other channels exist 2018-10-02 16:17:13 +02:00
Matthias Ringwald
6136aefe92 geop_client: temp comment not yet used goep_client_add_byte_header 2018-10-02 14:22:44 +02:00
Matthias Ringwald
e5ac0afc45 l2cap: improve debug output 2018-10-02 14:12:55 +02:00
Matthias Ringwald
fc76587a7f goep_client: new goep_client_add_byte_header and goep_client_add_word_header 2018-10-01 21:03:14 +02:00
Matthias Ringwald
4f574fb175 obex: add SRM and SRMP constants 2018-10-01 18:00:55 +02:00
Matthias Ringwald
14fd128c5a sdp queries: check if DES element exist before reading it 2018-10-01 17:50:00 +02:00
Matthias Ringwald
772b45fd10 goep_client: fix parsing of sdp protocol descriptor list 2018-10-01 17:23:15 +02:00