7176 Commits

Author SHA1 Message Date
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
Matthias Ringwald
a45da34ed9 hfp_hf: fix len field for number and alpha fields 2022-05-24 15:51:12 +02:00
Milanka Ringwald
07a44c5e7c hfp_ag: handle call termination in alerting call state 2022-05-24 14:40:49 +02:00
Matthias Ringwald
745015f6e3 sm: stop random address update timer on power off 2022-05-23 15:16:59 +02:00
Matthias Ringwald
43dfd98a19 hci: fix build 2022-05-21 17:26:17 +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
e57898c743 btstack_defines: avoid duplicate pbap event type values 2022-05-20 15:25:24 +02:00
Matthias Ringwald
9e88556b50 hci: provide advertising sid to hci_le_add_device_to_periodic_advertiser_list 2022-05-20 12:05:49 +02:00
Matthias Ringwald
e94757aefe sm: improve transition from SM_PH3_DISTRIBUTE_KEYS to SM_PH3_RECEIVE_KEYS 2022-05-17 15:36:02 +02:00
Matthias Ringwald
9e18aef5ab l2cap: trigger can send now on nop event in testing 2022-05-17 11:38:27 +02:00
Matthias Ringwald
ebec4c3bd3 btstack_defines: custom NOP event 2022-05-17 11:37:54 +02:00
Matthias Ringwald
9c9e9dc1e2 goep_client: fix function name 2022-05-16 15:41:03 +02:00
Matthias Ringwald
ef77bef5b9 btstack_defines: add pbap server events 2022-05-16 15:35:18 +02:00
Matthias Ringwald
ecc39c37e3 pbap: add database identifier and folder version len 2022-05-16 15:35:18 +02:00
Matthias Ringwald
f03c85de4f pbap: add pbap_format_vcard_t 2022-05-16 15:35:18 +02:00
Matthias Ringwald
60298ca949 pbap: add pbap_object_type_t enum 2022-05-16 15:35:18 +02:00
Matthias Ringwald
c8e39cad4d goep_server: set response code in goep_server_execute 2022-05-16 15:35:18 +02:00
Matthias Ringwald
2a4ebdf641 goep_server: add goep_server_header_add_application_parameters 2022-05-16 15:35:18 +02:00
Matthias Ringwald
b79730d636 goep_server: add declaration for goep_server_header_add_srm_enable 2022-05-16 15:35:18 +02:00
Matthias Ringwald
1a9eef6299 goep_server: add goep_server_response_get_max_body_size 2022-05-16 15:35:18 +02:00
Matthias Ringwald
e23a847672 goep_client: add goep_client_request_get_max_body_size 2022-05-16 15:35:18 +02:00
Matthias Ringwald
c2e0c88e3b obex_message_builder: allow to update response code 2022-05-16 15:35:18 +02:00
Matthias Ringwald
8460ee5795 obex_message_builder: use response_code instead of opcde 2022-05-16 15:35:18 +02:00
Matthias Ringwald
3a6b6ac96a obex_parser: add obex_app_param_parser 2022-05-11 16:41:00 +02:00
Matthias Ringwald
63cff0c949 goep_server: fix build without l2cap support 2022-05-11 16:40:18 +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
131d4778cb hci: order things to stop in hci_run_general_gap_le 2022-05-10 16:01:03 +02:00
Matthias Ringwald
a8016f96f5 hci: document preprocessor blocks in hci_run_general_gap_le 2022-05-10 15:50:54 +02:00
Matthias Ringwald
cef9471092 hci: fix LE-only build 2022-05-10 11:11:07 +02:00
Matthias Ringwald
fff175580f btstack: add pbap.h to user header files 2022-05-09 22:15:00 +02:00
Matthias Ringwald
f78112560a sm:: avoid HCI_EVENT_IS_COMMAND_COMPLETE macro 2022-05-09 21:54:36 +02:00
Matthias Ringwald
f8c25d5489 l2cap: avoid HCI_EVENT_IS_COMMAND_COMPLETE/STATUS macros 2022-05-09 21:54:36 +02:00
Matthias Ringwald
72a2585a4c hci: avoid HCI_EVENT_IS_COMMAND_COMPLETE macro 2022-05-09 21:54:36 +02:00
Matthias Ringwald
f716959cec btstack_crypto: avoid HCI_EVENT_IS_COMMAND_COMPLETE macro 2022-05-09 21:09:16 +02:00
Matthias Ringwald
65b58db322 pbap_client: move constants to pbap.h 2022-05-09 17:53:59 +02:00
Matthias Ringwald
c70df5f87e hci: use opcode in handle_command_complete_event 2022-05-09 14:41:55 +02:00
Matthias Ringwald
afbf1cd74e hci: extract handle_command_status_event 2022-05-09 14:19:19 +02:00
Matthias Ringwald
098c2716f1 hci: drop outgoing iso fragments on disconnect 2022-05-06 23:17:40 +02:00
Matthias Ringwald
d39e4f950b hci: recombine iso packets 2022-05-06 17:10:02 +02:00
Matthias Ringwald
4ae8623ec0 hci: track iso streams 2022-05-06 17:10:02 +02:00
Matthias Ringwald
b6ac006a5a btstack_memory: add hci_iso_stream 2022-05-06 15:27:01 +02:00
Matthias Ringwald
a260944440 hci: add hci_iso_stream_t 2022-05-06 15:27:01 +02:00
Matthias Ringwald
68ab6207a5 hci: fragment outgoing iso packets 2022-05-06 09:56:43 +02:00
Matthias Ringwald
2281ada792 btstack_memory: refactor generator code 2022-05-05 17:16:00 +02:00
Matthias Ringwald
6fd2a92ac2 btstack_memory: regenerated 2022-05-05 16:58:53 +02:00
Matthias Ringwald
637a996501 battery_service_client: finalize client on disconnect 2022-05-05 15:01:39 +02:00
Matthias Ringwald
d25f7218e4 btstack_event: improve wording 2022-05-05 11:42:06 +02:00
Matthias Ringwald
5baa755bba sm: pairing events indicate if pairing will lead to LE Secure Connection 2022-05-05 11:34:53 +02:00