14062 Commits

Author SHA1 Message Date
Matthias Ringwald
f89e874b33 windows: ignore deprecated warning for fopen 2022-05-23 14:50:18 +02:00
Matthias Ringwald
527e8cd27e example/a2dp_sink_demo: don't store sbc data in file 2022-05-23 14:50:18 +02:00
Matthias Ringwald
328627d19a 3rd-party/bluedroid: fix warnings 2022-05-22 20:12:35 +02:00
Matthias Ringwald
b29e92f97f 3rd-party/bluedroid: fix warnings 2022-05-22 20:05:29 +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
88288fc76b test/security_manager_sc: fix warnings 2022-05-19 21:46:32 +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
a9ec7ee053 test: avoid HCI_EVENT_IS_COMMAND_COMPLETE macro 2022-05-09 21:54:36 +02:00
Matthias Ringwald
d39264f239 port: avoid HCI_EVENT_IS_COMMAND_COMPLETE macro 2022-05-09 21:54:36 +02:00
Matthias Ringwald
db09c08d74 platform/daemon: avoid HCI_EVENT_IS_COMMAND_COMPLETE macro 2022-05-09 21:54:36 +02:00
Matthias Ringwald
ae46c388c2 chipset/csr: avoid HCI_EVENT_IS_COMMAND_COMPLETE macro 2022-05-09 21:54:36 +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
98318a9712 example: avoid HCI_EVENT_IS_COMMAND_COMPLETE macro 2022-05-09 14:46:20 +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
4016785cc3 posix/wav_util: fix warnings 2022-05-09 14:01:20 +02:00
Matthias Ringwald
86d6811aca posix/wav_util: use fopen/fread for wav_reader 2022-05-09 13:49:55 +02:00
Bjoern Hartmann
1ff97ac18c test/pts: add LC3plus encoder/decoder 2022-05-09 10:08:01 +02:00
Matthias Ringwald
065b033b5a pts/avdtp_source_test: set local/remote seid 2022-05-09 09:49:46 +02:00
Matthias Ringwald
b115538e7b windows: fix hci_transport_h2_windows 2022-05-09 00:09:37 +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