572 Commits

Author SHA1 Message Date
Matthias Ringwald
090c81feb6 hfp: emit packet types in HFP_SUBEVENT_AUDIO_CONNECTION_ESTABLISHED 2023-01-17 15:53:28 +01:00
Matthias Ringwald
fb301407de a2dp:emit A2DP_SUBEVENT_STREAM_ESTABLISHED with if connection fails 2023-01-16 12:16:05 +01:00
Matthias Ringwald
3739bc96e4 bluetooth: indicated identity address in resolved address types 2023-01-13 11:04:22 +01:00
Matthias Ringwald
e7e8d4150b changelog: add gap_set_peer_privacy_mode 2023-01-12 15:23:34 +01:00
Milanka Ringwald
40faeb84f8 gatt_client: return ERROR_CODE_UNKNOWN_CONNECTION_IDENTIFIER for invalid connection handle 2023-01-10 15:59:38 +01:00
Matthias Ringwald
6bcf18c2f9 hci: HCI_ACL_CHUNK_SIZE_ALIGNMENT allows to keep HCI transport writes aligned 2023-01-09 17:16:01 +01:00
Matthias Ringwald
3bf0030083 btstack_stdin_embedded: use timer to poll RTT input, fix for tickless RTOS 2023-01-04 00:04:54 +01:00
Matthias Ringwald
981e6ebfb3 changelog: prepare for v1.5.5 2022-12-22 10:15:14 +01:00
Matthias Ringwald
eaaad3b7fb example/a2dp_source_demo: add command to scan and connect to Bluetooth speaker by class of device 2022-12-13 17:33:17 +01:00
Matthias Ringwald
83a3b001b5 changelog: mention libusb rework 2022-11-28 09:52:46 +01:00
Matthias Ringwald
f8c73803a8 changelog: mention fix 2022-11-07 09:00:16 +01:00
Matthias Ringwald
49c9e430a1 sm: emit events after sending pdus 2022-11-04 12:00:43 +01:00
Matthias Ringwald
e8d160b356 hci: reload periodic advertiser list on power up 2022-11-02 17:26:36 +01:00
Matthias Ringwald
d320e1232f hci: reload LE Resolving List after power-cycle 2022-10-28 10:57:53 +02:00
Matthias Ringwald
1b5f4ae392 hci_dump_stdout: allow to truncate ACL, SCO and ISO packets with HCI_DUMP_STDOUT_MAX_SIZE_* 2022-10-24 15:06:18 +02:00
Matthias Ringwald
5deb0bb6ea LE Audio: move GATT Services into src/le-audio/gatt-service 2022-10-11 18:33:45 +02:00
Matthias Ringwald
5451dc6db6 esp32: fix init for BR/EDR only mode 2022-10-10 14:26:04 +02:00
Matthias Ringwald
1a55487af6 sm: delete bonding information for existing device with BD_ADDR on new pairing with different IRK 2022-10-05 14:53:19 +02:00
Matthias Ringwald
d567aeb323 mesh: move gatt services into mesh/gatt-service folder 2022-10-03 12:31:34 +02:00
Matthias Ringwald
b661adb482 gatt-service: add broadcast_audio_scan_service_[server|client|util] 2022-09-20 11:48:09 +02:00
Matthias Ringwald
36dbe4b122 changelog: prepare v1.5.4 2022-09-16 11:25:35 +02:00
Matthias Ringwald
4856283b35 gap: allow to enable duplicate filter for LE scanning with gap_set_scan_duplicate_filter 2022-09-14 12:01:19 +02:00
Matthias Ringwald
42aadee500 hfp_hf: add hfp_hf_set_default_microphone_gain and hfp_hf_set_default_speaker_gain 2022-09-13 12:30:24 +02:00
Matthias Ringwald
60543828eb changelog: avoid potential loop during CTKD 2022-09-07 15:16:29 +02:00
Matthias Ringwald
ea04fbd8d7 hci: send HCI LE Create Connection Cancel only once for outgoing LE connections without whitelist 2022-08-29 15:26:09 +02:00
Matthias Ringwald
43d9636f05 l2cap: fix L2CAP_EVENT_CONNECTION_PARAMETER_UPDATE_REQUEST 2022-08-26 11:01:50 +02:00
Matthias Ringwald
e938c062fd hci: only add paired LE devices with IRK to resolving list 2022-08-26 11:01:11 +02:00
Matthias Ringwald
e4d8ae315c changelog: mention ccwa alpha field 2022-08-25 15:14:08 +02:00
Matthias Ringwald
2be5230461 hfp hf: terminate held calls with hfp_hf_terminate_held_calls 2022-08-24 19:05:05 +02:00
Matthias Ringwald
4a688bd119 sm: use static random address after power up 2022-08-22 16:40:47 +02:00
Matthias Ringwald
2a6c0f8203 gap: support BIG Sync with gap_big_sync_create and gap_big_sync_terminate 2022-07-01 16:36:26 +02:00
Matthias Ringwald
7aa35f6a68 gap: support BIG with gap_big_create and gap_big_terminate 2022-07-01 09:52:38 +02:00
Matthias Ringwald
471dea41ab hfp_ag: support handling of custom AT commands with hfp_ag_register_custom_at_command 2022-06-24 16:38:14 +02:00
Matthias Ringwald
5be6b47a7f hfp_ag: send custom unsolicited result code with hfp_ag_send_unsolicited_result_code 2022-06-24 16:38:14 +02:00
Matthias Ringwald
51a2ebde00 hfp_hf: send custom AT command with hfp_hf_send_at_command 2022-06-24 14:18:19 +02:00
Matthias Ringwald
38b1a76138 btstack_audio_embedded: fix build 2022-06-23 21:17:04 +02:00
Matthias Ringwald
71fd255d61 gap: replace BTSTACK_EVENT_DISCOVERABLE_ENABLED with BTSTACK_EVENT_SCAN_MODE_CHANGED 2022-06-17 18:23:43 +02:00
Matthias Ringwald
98918ebd93 port: mention Visual Studio in windows ports 2022-06-13 22:39:53 +02:00
Matthias Ringwald
2d17d4c068 hci_dump: provide log level to log_message implementation 2022-06-08 16:51:25 +02:00
Matthias Ringwald
c8484cd66b changelog: prepare v1.5.3 2022-06-03 16:35:44 +02:00
Milanka Ringwald
f127324f1a hfp_hf: report HFP_SUBEVENT_NETWORK_OPERATOR_CHANGED event 2022-06-03 15:15:01 +02:00
Matthias Ringwald
d152b6c6cd hci: use ERROR_CODE_CONNECTION_REJECTED_DUE_TO_SECURITY_REASONS to rejected classic connections 2022-06-02 11:15:16 +02:00
Matthias Ringwald
7fdbaf795c hci: avoid race condition to set BONDING_SEND_AUTHENTICATE_REQUEST 2022-06-01 12:32:25 +02:00
Matthias Ringwald
1579b82fa3 hfp: try next link setting for connection failure with explicit sco reject error 2022-05-30 18:15:05 +02:00
Matthias Ringwald
00ed8f02d4 a2dp: fix set config api for mpeg, atrac, and other codecs in sink role 2022-05-30 13:56:46 +02:00
Matthias Ringwald
2954e6c60d sm: fix address update for non-resolvable private addresses 2022-05-30 12:31:37 +02:00
Milanka Ringwald
07a44c5e7c hfp_ag: handle call termination in alerting call state 2022-05-24 14:40:49 +02:00
Matthias Ringwald
14f2d8f08a hci: fix gap_connect_cancel for gap_connect_with_whitelist 2022-05-21 15:29:22 +02:00
Matthias Ringwald
0f1da53350 hfp_ag: drop unused number parameter from hfp_ag_outgoing_call_initiated 2022-05-11 14:17:56 +02:00
Matthias Ringwald
d25f7218e4 btstack_event: improve wording 2022-05-05 11:42:06 +02:00