5604 Commits

Author SHA1 Message Date
Milanka Ringwald
b3b67de40a avdtp_util: update reset stream endpoint 2020-10-01 16:14:41 +02:00
Milanka Ringwald
fa4419db65 avdtp: rename variable 2020-10-01 16:14:41 +02:00
Milanka Ringwald
22bed8e12d a2dp: remove redundant functions 2020-10-01 16:14:41 +02:00
Milanka Ringwald
2dbb0487a7 avdtp_initiator: set transaction label on suspend 2020-10-01 16:14:41 +02:00
Milanka Ringwald
41c62a0838 avdtp: change stream endpoint state directly after sending stream_open command 2020-10-01 16:14:41 +02:00
Milanka Ringwald
c38fa3efb1 avdtp: rename variable 2020-10-01 16:14:41 +02:00
Milanka Ringwald
7dbc6cb88b avrcp: extend AVRCP_SUBEVENT_CONNECTION_ESTABLISHED with con_handle 2020-10-01 16:14:41 +02:00
Milanka Ringwald
146fc0fb6e avdtp: extend AVDTP_SUBEVENT_SIGNALING_CONNECTION_ESTABLISHED event with con_handle 2020-10-01 16:14:41 +02:00
Matthias Ringwald
287379cc24 hci: fix call to hci_whitelist_add when entry on controller but scheduled for removal 2020-10-01 15:49:54 +02:00
Matthias Ringwald
6ceb2ba58a hci_dump: fix tv_us calculation for non-posix / embedded systems with binary output 2020-09-30 12:33:15 +02:00
Milanka Ringwald
c91f9817de a2dp_source, avrcp: clean up log_info 2020-09-29 21:14:04 +02:00
Milanka Ringwald
38c24fced1 a2dp_source: trigger set config after all capabilities are reported 2020-09-29 20:59:04 +02:00
Matthias Ringwald
75718a3256 a2dp_source: accept sbc configuration from remote sink and stop outgoing activities 2020-09-29 17:48:59 +02:00
Milanka Ringwald
1e043e5bc3 a2dp_source: add log info 2020-09-29 17:23:33 +02:00
Matthias Ringwald
077564c843 a2dp_source: reset discovery timer while remote is active as initiator 2020-09-29 17:06:47 +02:00
Matthias Ringwald
d7cef2744b a2dp_source: track if timer is active 2020-09-29 17:05:09 +02:00
Milanka Ringwald
74b2411b79 avdtp_util: increase packet size for the cp_type_value_len of content protection struct 2020-09-29 16:43:27 +02:00
Milanka Ringwald
83733477bb a2dp_source: set delay_report capability for remote, if reported 2020-09-29 15:18:10 +02:00
Matthias Ringwald
f8301d4687 hfp: fix parsing of ranges e.g. in +CIND responses 2020-09-29 12:20:52 +02:00
Milanka Ringwald
184da38c1a btstack_memory_pool: assert that node is not freed twice 2020-09-29 10:36:53 +02:00
Matthias Ringwald
0ce3f2176d hci: extract event_handle_le_connection_complete 2020-09-28 19:07:06 +02:00
Matthias Ringwald
797b2a3f5e hci: rework disconnection complete handling 2020-09-28 18:55:36 +02:00
Matthias Ringwald
a28148f715 src: avoid __ in defines 2020-09-28 18:15:47 +02:00
Milanka Ringwald
4495c8c051 src: avoid __ in defines 2020-09-28 16:51:06 +02:00
Matthias Ringwald
0abd9f6450 hci: fix build without le central 2020-09-26 23:06:25 +02:00
Milanka Ringwald
1da84c0920 test/gatt_service: device_information 2020-09-25 14:37:53 +02:00
Milanka Ringwald
2e5374e1ad ble/battery_service_server: assert battery service exists 2020-09-25 11:37:06 +02:00
Milanka Ringwald
db5aaf2afe le_device_db_tlv: check entry index 2020-09-24 15:16:08 +02:00
Milanka Ringwald
27c566a6f0 att_db: use btstack_min 2020-09-24 11:41:07 +02:00
Milanka Ringwald
c3b0d2da7b att_db: improve and test att_read_callback_handle_blob 2020-09-24 10:42:07 +02:00
Milanka Ringwald
d8d5d86433 att_db: exclude auto pts code from LOCV 2020-09-24 09:56:55 +02:00
Matthias Ringwald
8b22887d86 Revert "hci: skip HCI Read Buffer Size if Classic not enabled"
This reverts commit 2ac123ee4e889e88afa3da746b3f78c8670a2953.
2020-09-23 14:13:52 +02:00
Matthias Ringwald
f5228c62df hci: ENABLE_LE_WHITELIST_TOUCH_AFTER_RESOLVING_LIST_UPDATE triggers whitelist entry refresh on resolving list remove 2020-09-23 10:28:17 +02:00
Matthias Ringwald
453459dd5b hci: rework whitelist management to allow for updating entry 2020-09-23 10:07:37 +02:00
Milanka Ringwald
57d30cd064 a2dp_source: call get_all_capabilities instead of get_capabilities 2020-09-22 15:55:28 +02:00
Milanka Ringwald
cc61e7e99b avdtp: in get_all_capabilities command send get capabilities if AVDTP version of remote is lower then 1.3, otherwise send get all capabilities 2020-09-22 15:54:29 +02:00
Matthias Ringwald
35e92150ad hfp_ag: reset call_index after processing hold command 2020-09-21 15:20:04 +02:00
Matthias Ringwald
ffdafca3f4 mesh: add missing break in upper transport 2020-09-21 15:19:47 +02:00
Matthias Ringwald
378d29b494 Revert "hci: skip authenticate hack"
This reverts commit 914f56d2dfd78958e64f9b8781b866612a3605fa.
2020-09-18 23:20:33 +02:00
Matthias Ringwald
02b02cffc7 hci: remove device from resolving list before adding it again for new pairing 2020-09-17 16:34:52 +02:00
Milanka Ringwald
8a6bd77d31 att_db: remove commented TODO as it is handled 2020-09-17 15:16:51 +02:00
Matthias Ringwald
914f56d2df hci: skip authenticate hack 2020-09-17 09:41:56 +02:00
Matthias Ringwald
52a3617cfd sdp_util: skip memcpy if size == 0 2020-09-16 11:18:47 +02:00
Milanka Ringwald
47612f7f1a a2dp: cleanup logs 2020-09-15 14:20:11 +02:00
Milanka Ringwald
3f8d9db275 a2dp_source: on reconfigure event, set state to A2DP_STREAMING_OPENED 2020-09-15 14:20:11 +02:00
Matthias Ringwald
ece00d2d30 sm: fix compile 2020-09-14 13:22:00 +02:00
Matthias Ringwald
84c0c5c71b sm: initialize callback of sm_run_timer only in sm_init() 2020-09-14 13:19:24 +02:00
Matthias Ringwald
70b44dd47b sm: use timer to trigger sm_run to reduce stack depth 2020-09-12 16:58:15 +02:00
Matthias Ringwald
8978dcf132 hci: fix enable advertisements (regression introduced in 5226d7f) 2020-09-11 17:22:38 +02:00
Matthias Ringwald
2ac123ee4e hci: skip HCI Read Buffer Size if Classic not enabled 2020-09-11 16:55:34 +02:00