13988 Commits

Author SHA1 Message Date
Matthias Ringwald
54736c11db port: use btstack_strcpy and btstack_cat instead of strcpy/strcat 2022-04-29 11:40:35 +02:00
Matthias Ringwald
ce27b10eb1 posix: fix warning 2022-04-29 11:37:21 +02:00
Matthias Ringwald
92728706ff realtek: fix warnings 2022-04-29 11:37:11 +02:00
Matthias Ringwald
3ece47889a btstack_util: add btstack_strcat 2022-04-29 11:20:12 +02:00
Matthias Ringwald
8d3d774439 btstack_util: fix btstack_strcpy 2022-04-29 11:19:32 +02:00
Matthias Ringwald
0033ffe450 port: avoid warning in argv processing 2022-04-29 10:45:20 +02:00
Matthias Ringwald
e878f80d7e hci_cmd: fix warning 2022-04-28 23:10:00 +02:00
Matthias Ringwald
649f70097c lc3-google: fix compiler warning 2022-04-28 23:06:12 +02:00
Matthias Ringwald
75aabb0d58 micro-ecc: suppress MSVC C4244 warning 2022-04-28 22:57:55 +02:00
Matthias Ringwald
0dec11ea03 windows: fix warning 2022-04-28 22:43:30 +02:00
Matthias Ringwald
c1dbba9df4 gatt-service: fix warnings 2022-04-28 22:28:22 +02:00
Matthias Ringwald
45996a73ce windows: fix compile warnings 2022-04-28 16:48:00 +02:00
Matthias Ringwald
bda8c50e97 gatt_client: fix warnings 2022-04-28 16:48:00 +02:00
Matthias Ringwald
348fc8066f att_server: fix warnings 2022-04-28 16:48:00 +02:00
Matthias Ringwald
ea6f431f4e att_db_util: fix warnings 2022-04-28 16:48:00 +02:00
Matthias Ringwald
38460e253e att_db: fix warnings 2022-04-28 16:48:00 +02:00
Matthias Ringwald
3486da78f9 l2cap_signaling: fix warnings 2022-04-28 16:48:00 +02:00
Matthias Ringwald
b5dfe35132 l2cap: fix warnings 2022-04-28 16:48:00 +02:00
Matthias Ringwald
48944233ac hci_cmd: fix warnings 2022-04-28 16:48:00 +02:00
Matthias Ringwald
b1c141dbae hci: fix warnings 2022-04-28 16:48:00 +02:00
Matthias Ringwald
a5f7b8d3ad btstack_util: fix warnings 2022-04-28 16:48:00 +02:00
Matthias Ringwald
f2a94e3bf6 btstack_crypto: fix warnings 2022-04-28 16:48:00 +02:00
Matthias Ringwald
a2c1e37ed4 btstack_bool: fix warning 2022-04-28 16:48:00 +02:00
Matthias Ringwald
37e014a7ac l2cap: store 16-bit connection result value 2022-04-28 16:41:45 +02:00
Matthias Ringwald
7b8ae0b4bd l2cap: fix send for fixed and connectionless channels
Regressions introduced in 2dc3c7c
2022-04-28 16:10:56 +02:00
Matthias Ringwald
f07246c408 libusb: fix make build 2022-04-24 11:02:26 +02:00
Matthias Ringwald
2dc3c7c1cb l2cap: use hci_can_send_acl_packet_now(con_handle) instead of generic hci_can_send_acl_classic/le_packet_now 2022-04-22 22:44:45 +02:00
Matthias Ringwald
5d28eebe61 libusb: fix build 2022-04-22 13:00:01 +02:00
Matthias Ringwald
ef35c01acd Drop EHIMA LCS in favor of newer google codec 2022-04-22 12:50:49 +02:00
Matthias Ringwald
c3e2434db7 test: use stride feature 2022-04-22 12:50:49 +02:00
Matthias Ringwald
e40ee29a88 test: switch to Google LC3 codec 2022-04-22 12:50:49 +02:00
Matthias Ringwald
9a19cd7860 Add LC3 codec from Google 2022-04-22 12:50:12 +02:00
Matthias Ringwald
9b9478570b lc3: provide separate functions for 16 vs. 24 bit PCM samples 2022-04-21 12:30:28 +02:00
Matthias Ringwald
1e0338eba8 hci: fix negative reply to le remote connection param request 2022-04-21 10:31:36 +02:00
Matthias Ringwald
ca41a3bd49 lc3: add stride param to encode/decode operations 2022-04-20 19:24:41 +02:00
Matthias Ringwald
2fd68da21a prefix lc3-related enums, types and files with btstack 2022-04-20 18:57:07 +02:00
Matthias Ringwald
df9a25ac84 libusb: add known realtek usb controllers, configure chipset support 2022-04-20 17:24:36 +02:00
Matthias Ringwald
4a4e2291e1 realtek: add to readmes 2022-04-20 17:24:36 +02:00
Matthias Ringwald
5a4c0fdaeb realtek: allow to query list of usb product/vendor ids 2022-04-20 17:23:09 +02:00
Bjoern Hartmann
8bb555aa6b Add realtek chipset support 2022-04-20 17:23:09 +02:00
Matthias Ringwald
0a8cccd5b3 hci: depend on ENABLE_LE_ISOCHRONOUS_STREAMS 2022-04-14 15:01:00 +02:00
Matthias Ringwald
396595f587 test/le_audio: add ENABLE_LE_ISOCHRONOUS_STREAMS 2022-04-14 14:59:21 +02:00
Matthias Ringwald
bc06f564ef hci: fix inquiry state on exit periodic inquiry command complete 2022-04-14 12:20:57 +02:00
Matthias Ringwald
3d1f2d2452 hci: move code to handle periodic inquiry command complete into handle_command_complete_event handler 2022-04-14 12:18:04 +02:00
Matthias Ringwald
690071601c winusb: fix build 2022-04-14 00:02:34 +02:00
Matthias Ringwald
be531a89d0 libusb: fix build without ENABLE_SCO_OVER_HCI 2022-04-13 23:45:50 +02:00
Matthias Ringwald
18343f0b02 winusb: support hci_transport_usb_add_device 2022-04-13 23:30:35 +02:00
Matthias Ringwald
62ec5f7253 libusb: support hci_transport_usb_add_device 2022-04-13 23:19:17 +02:00
Matthias Ringwald
d2eba6df76 hci_transport_usb: allow to add known device by product/vendor id 2022-04-13 23:18:09 +02:00
Matthias Ringwald
4568b2fe6c libusb: drop printfs 2022-04-13 15:03:13 +02:00