15775 Commits

Author SHA1 Message Date
Matthias Ringwald
0c4004b02f btstack_hid_parser: abort on error in btstack_hid_parser_find_next_usage 2024-03-07 13:04:46 +01:00
Matthias Ringwald
0e7cc963f9 btstack_hid_parser: return report id invalid on parsing error 2024-03-07 13:04:46 +01:00
Matthias Ringwald
3a1d529668 btstack_hid_parser: return false on parsing error in btstack_hid_get_report_size_for_id 2024-03-07 13:04:46 +01:00
Matthias Ringwald
76fa2448e1 btstack_hid_parser: return if btstack_hid_parse_descriptor_item was sucessful 2024-03-07 12:35:05 +01:00
Matthias Ringwald
d7bfc7cd40 hid examples: use name 'message' instead of report in send report function 2024-03-06 22:54:54 +01:00
Matthias Ringwald
de5a18ca9a gatt_client: ignore incoming events and att pdus over classic until outgoing connection is set-up 2024-03-06 17:15:34 +01:00
Dirk Helbig
f05358500e platform/posix: exit on unrecoverable error instead of spamming the log 2024-03-06 12:00:31 +01:00
Matthias Ringwald
9c79bc9b1a btstack_hsm: rework dispatch code 2024-03-06 12:00:31 +01:00
Dirk Helbig
1a8c51728a btstack_util: assert for btstack_clz(0) 2024-03-06 12:00:31 +01:00
Matthias Ringwald
c69c1cf86b hci_event: fix warning 2024-03-06 12:00:31 +01:00
Matthias Ringwald
1a3bc516d3 src: cast strlen() to uint16_t 2024-03-06 12:00:09 +01:00
Matthias Ringwald
b1202089b0 hci: fix warnings 2024-03-06 11:57:18 +01:00
Matthias Ringwald
f3c8454eda a2dp_sink_demo: fix windows build 2024-03-06 11:57:12 +01:00
Matthias Ringwald
f4a7fdb58b obex_parser: use uint16_t forapp param len 2024-03-06 11:56:59 +01:00
Matthias Ringwald
f728a932cc hci: store add for outgoing sco connections 2024-03-06 11:56:25 +01:00
Matthias Ringwald
c3d6a72ba3 hci: fix warning 2024-03-06 11:55:32 +01:00
Matthias Ringwald
e52ff828fe windows-winusb: document visual studio install requirements 2024-03-05 18:00:35 +01:00
Matthias Ringwald
e58f738af4 hfp_ag: use unsigned for counters 2024-03-01 17:07:28 +01:00
Matthias Ringwald
ea63a72063 hfp_hf: fix length check in hfp_hf_init_hf_indicators 2024-03-01 17:04:56 +01:00
Matthias Ringwald
8cd06fb6a7 hfp_ag+hfp_hf: fix warnings 2024-03-01 11:12:42 +01:00
Matthias Ringwald
e2a5eb6349 sm: ignore Security Request after re-encryption has started 2024-03-01 10:38:01 +01:00
Matthias Ringwald
8f19f013a1 example/sm_pairing_peripheral: split packet handler into sm and hci, allow to code on connection complete 2024-03-01 10:37:08 +01:00
Matthias Ringwald
77a1fa17d8 gatt-service/nordic_spp_service_server: check con handle on hci disconnect 2024-02-24 13:16:44 +01:00
eightycc
0c0ca9b26f
l2cap: fix unused-variable warning (#561)
Co-authored-by: Bob Abeles <phil99boyd@gmail.com>
2024-02-23 08:35:41 +01:00
Bob Abeles
033393ee66 hci: add missing prototypes 2024-02-15 07:57:32 +01:00
Matthias Ringwald
4639b1e41d hci: send le read remote features only if supported and if iso streams are enabled 2024-02-13 14:42:09 +01:00
Matthias Ringwald
fa4b4d2bcc hfp_hf: tidy code and comments in hfp_hf_set_hf_indicator 2024-02-13 09:08:41 +01:00
Matthias Ringwald
0f716b22f4 hfp_hf: only try send indication if subscribed, clear in any case 2024-02-13 09:05:32 +01:00
Matthias Ringwald
a784d71b35 hci: add hci_reserve_packet_buffer to match hci_send_prepared_cmd_packet during init 2024-02-08 09:43:22 +01:00
Matthias Ringwald
1fa7a4bba7 hci: fix privacy updates 2024-02-06 10:33:36 +01:00
Matthias Ringwald
26bb3782a7 hsp_hs: use EV3 and 2EV3 packets for 7.5 ms voice interval 2024-02-05 12:22:20 +01:00
Matthias Ringwald
ed2083442e hci: fix build 2024-02-05 11:37:38 +01:00
Matthias Ringwald
a84946b2a9 hci: release packet buffer if send sco fails, abort send acl fragments on error 2024-02-05 11:32:35 +01:00
Matthias Ringwald
f91accd343 hci: set last_cmd_opcode in hci_send_prepared_cmd_packet 2024-02-05 11:20:46 +01:00
Matthias Ringwald
ee418d0f5b hci: reserve packet buffer for custom init 2024-02-05 11:15:37 +01:00
Matthias Ringwald
ca6804fd63 hci: introduce hci_send_prepared_cmd_packet and use during startup 2024-02-05 11:15:17 +01:00
Dirk Helbig
4b3f861705 le_audio_demo_util_sink: fix multi channel decode 2024-02-01 22:45:10 +01:00
Matthias Ringwald
7f58ef6bd1 hfp_hf: use bool to indicate packet sent 2024-02-01 20:14:19 +01:00
Matthias Ringwald
cd7fdf75ad hfp_hf: avoid sending voice activation multiple times 2024-02-01 20:04:14 +01:00
Matthias Ringwald
8cb805e6fa le_audio_demo_util_sink: disable debug output 2024-02-01 10:07:18 +01:00
Matthias Ringwald
f145faa552 hci: fix assert on custom init 2024-02-01 10:07:18 +01:00
Dirk Helbig
c18c19debd le_audio_demo_util_sink: reworked playback, PLC 2024-01-31 18:33:06 +01:00
Matthias Ringwald
84a4c7a1a4 le_audio_demo_util_sink: treat iso packets of incorrect size as invalid data 2024-01-31 18:33:06 +01:00
Dirk Helbig
bb8a927b64 core: add fsm/hsm implementation 2024-01-31 18:33:06 +01:00
Matthias Ringwald
83dfe5ce96 le_audio_demo_util_source: fix build 2024-01-31 18:33:06 +01:00
Matthias Ringwald
b8cf9cc03d test/le-audio: fix cmake build 2024-01-31 18:33:06 +01:00
Matthias Ringwald
d1b426c456 hid_host: filter sdp record atrributes 2024-01-26 18:31:41 +01:00
Matthias Ringwald
db6cafabbb test/avdtp: partial fix for cmake build 2024-01-25 14:05:06 +01:00
Matthias Ringwald
8f4649e3ba hci: remove bool from hci_reserve_packet_buffer and similiar higher layer functions 2024-01-25 14:05:06 +01:00
Matthias Ringwald
c589a9bb89 test: use pkg-config to find cpputest in CMake builds 2024-01-25 12:48:26 +01:00