626 Commits

Author SHA1 Message Date
Milanka Ringwald
b7aa69761a avdtp_util: move drc field at the end of AVDTP MPEG AAC events definition 2024-12-16 11:41:34 +01:00
Matthias Ringwald
036e10079a example: update le_audio_demo_util_source + mod_player for hxcmod update 2024-12-16 11:37:16 +01:00
Matthias Ringwald
4b86d035e6 esp32: enable audio driver by default on esp32, esp32c3 and esp32c6 2024-12-10 14:34:58 +01:00
Matthias Ringwald
c9822bc75b esp32: use synchronous VHCI API with newer ESP32 variants (esp32,-c3, s3 use asynchronous API) 2024-12-10 14:34:58 +01:00
Matthias Ringwald
37e1b22048 bnep: provide setup connection response in BNEP_EVENT_CHANNEL_OPENED 2024-12-09 18:24:48 +01:00
Matthias Ringwald
1b9be2e8d2 gatt_client: use Find by Information Request to lookup CCCD for Notifications/Indications 2024-12-09 18:24:48 +01:00
Matthias Ringwald
3825f59112 changelog: update 2024-11-16 18:12:27 +01:00
Matthias Ringwald
eb404cdcf0 sdp_server: skip empty attribute lists in search search attribute response 2024-11-12 09:20:06 +01:00
Matthias Ringwald
c95caec03e btstack_util: skip whitespace in btstack_atoi 2024-11-11 17:55:37 +01:00
Matthias Ringwald
ced0de4d0d hfp_ag: start codec negotiation only for the first audio connection 2024-11-11 12:11:59 +01:00
Matthias Ringwald
166d44a10c sdp_client: iterate over registered SDP query callbacks 2024-11-06 10:43:01 +01:00
Matthias Ringwald
89f10e1d72 avdtp: streamlinw avdtp_handle_sdp_client_query_result, only register new query if connection is waiting 2024-11-06 10:38:05 +01:00
Matthias Ringwald
bb1f325522 l2cap: set extended flow control bit in information response if enabled 2024-11-02 18:22:32 +01:00
Matthias Ringwald
99b223ff1a rfcomm: fix multiple outgoing channel setup 2024-11-01 19:00:48 +01:00
Matthias Ringwald
af411b3ff8 gap: only store link key if at least one side requests bonding during the IO Capabilities exchange. 2024-10-23 15:16:36 +02:00
Matthias Ringwald
1d3c1f7fa0 gatt-service/dis-client: update for dis v1.2 2024-09-25 16:16:17 +02:00
Matthias Ringwald
a9cf7f9930 ble: add tx power service client 2024-09-25 16:16:17 +02:00
Matthias Ringwald
daa5f023ef ble: add link loss service server and client 2024-09-25 16:16:17 +02:00
Matthias Ringwald
1663a09d71 ble: add immediate alert service server and client 2024-09-25 16:16:17 +02:00
Matthias Ringwald
12879e7550 ble: add gatt_service_client 2024-09-25 16:16:17 +02:00
Matthias Ringwald
b60c168034 gatt-service/hids-client: use error code instead of att status 2024-09-25 16:16:17 +02:00
Matthias Ringwald
17b0fc30cc changelog: mention _with_context gatt client functions 2024-09-25 16:16:17 +02:00
Matthias Ringwald
b148347693 changelog: mention snprintf wrappers 2024-09-24 11:57:51 +02:00
Matthias Ringwald
595b4c146c changelog: mention iso packets for packet logger 2024-08-23 10:04:34 +02:00
Matthias Ringwald
58e8c9f546 gatt_client: emit events for gatt service changed and database hash 2024-08-20 09:56:18 +02:00
Matthias Ringwald
60a1ee1b36 l2cap: provide access to number of available credits in cbm/ecbm 2024-08-14 11:26:45 +02:00
Matthias Ringwald
e166108ca1 changelog: add hid parser changes 2024-08-13 18:17:38 +02:00
Matthias Ringwald
14618ebfef hid_host: omit Report ID in Set/Get Report and send report for report id == HID_REPORT_ID_UNDEFINED 2024-08-13 18:14:27 +02:00
Matthias Ringwald
808cabbb63 goep_client: remove goep_client_create_connection 2024-08-07 13:14:08 +02:00
Matthias Ringwald
885f7aad9c changelog: add HFP support for Apple extension 2024-07-23 18:26:03 +02:00
Matthias Ringwald
9ca3bacbd0 changelog: mention HFP HF support for Apple extension 2024-07-23 18:26:03 +02:00
Matthias Ringwald
a6c24dc0b9 hci_dump_dispatch: allow to use multiple HCI Dump implementations 2024-07-22 18:14:48 +02:00
Matthias Ringwald
dbeaa5cd7b posix: clear run loop exit flag 2024-07-22 12:46:32 +02:00
Matthias Ringwald
d09b259dd6 hfp_ag: always initiate codec connection setup before establishing audio 2024-07-22 12:40:03 +02:00
Matthias Ringwald
4431fb7a03 hfp_hf: send HF Indicator update only if enabled by AG 2024-07-18 14:57:12 +02:00
Matthias Ringwald
7c685700db pbap_client: fix PBAP_SUBEVENT_OPERATION_COMPLETED with OBEX_DISCONNECTED for pbap_disconnect 2024-07-18 11:23:12 +02:00
Matthias Ringwald
f3185e85ee pbap_client: support multiple parallel connections 2024-07-18 10:56:58 +02:00
Matthias Ringwald
7efb077f0e gap: improve handling of incorrectly resolved addresses in HCI_SUBEVENT_LE_CONNECTION_COMPLETE 2024-07-18 09:04:48 +02:00
Matthias Ringwald
7aa5195fa4 gatt_service/scan_parameters_service_client: emit disconnected event on HCI disconnect and free connection struct 2024-07-11 12:30:28 +02:00
Matthias Ringwald
e5451bcdc8 gatt-service/hids_client: emit disconnected event on HCI disconnect and free connection struct 2024-07-11 12:01:31 +02:00
Matthias Ringwald
04f86d08b5 pbap_client: allow to set start offset and max list count for pull phonebook operation 2024-07-10 09:07:48 +02:00
Matthias Ringwald
6d3263ec49 a2dp: emit stream established if peer set-up configuration 2024-07-08 15:05:37 +02:00
Matthias Ringwald
d44cdc4aa1 sm: observe role change 2024-07-04 11:26:45 +02:00
Matthias Ringwald
20964aa9e7 sm: fix CTKD over BR/EDR 2024-07-03 18:40:02 +02:00
Matthias Ringwald
61972f0a59 gap: return command disallowed if disconnect already requested 2024-06-28 11:06:46 +02:00
Matthias Ringwald
d9d6144e6f hid_host: return complete HID report 2024-06-17 14:09:40 +02:00
Matthias Ringwald
77f64391de changelog; rfcomm multiplexer 2024-06-17 11:51:08 +02:00
Matthias Ringwald
f5d0b66542 changelog: prepare for v1.6.1 2024-04-18 10:36:38 +02:00
Matthias Ringwald
9da9850b83 hci_dump: route internal events through hci_dump_btstack_event 2024-04-17 12:10:44 +02:00
Matthias Ringwald
b3163456d1 chengelog: sm fixes 2024-04-15 14:42:40 +02:00