10960 Commits

Author SHA1 Message Date
Matthias Ringwald
c3b46f5a8b hci: fix compile warnings 2020-07-25 22:56:43 +02:00
Matthias Ringwald
697b823e5f test/fuzz: prepare for avrcp fuzzing 2020-07-25 18:54:26 +02:00
Matthias Ringwald
12f3b2bdfb test/avdtp_util: fix build 2020-07-25 18:04:23 +02:00
Matthias Ringwald
852d5f72ca test/fuzz: avoid hard-coded path to btstack repo 2020-07-25 17:49:16 +02:00
Matthias Ringwald
7a4f4a6697 stm32-sx1280: update readme 2020-07-24 10:15:15 +02:00
Matthias Ringwald
05dbef54c8 stm32-sx1280: handle PDU_DATA_LLCTRL_TYPE_CONN_UPDATE_IND, free tx packets on disconnect 2020-07-23 23:25:10 +02:00
Matthias Ringwald
2992f73460 hci_transport_h5: fix compile 2020-07-23 13:28:22 +02:00
Matthias Ringwald
4ea43905e8 MISRAC2012-Rule-10.4_a: append 'u' to constant literals when used in unsigned expressions or comparisons 2020-07-23 12:36:33 +02:00
Milanka Ringwald
1904e5a145 avdtp: renamed definition of supported features 2020-07-23 12:25:19 +02:00
Milanka Ringwald
e2f2541787 avrcp: use defines instead of enum for features 2020-07-23 12:11:54 +02:00
Matthias Ringwald
722c03bd82 avrcp: fix 'variable might be used uninitialized' warning, fixes #308 2020-07-23 08:31:10 +02:00
Milanka Ringwald
f0dfb82292 test/avrcp: fix compile 2020-07-23 08:16:51 +02:00
Milanka Ringwald
08485fc42b avrcp: use capital case for defines 2020-07-23 08:14:39 +02:00
Milanka Ringwald
03883c7743 avdtp: use capital case for defines, remove unused context from test files 2020-07-23 08:14:39 +02:00
Milanka Ringwald
23edb87eff avdtp: use Bluetooth error codes 2020-07-23 08:14:39 +02:00
Matthias Ringwald
791baace3f a2dp_sink/source: keep state on unexpected events 2020-07-22 17:54:59 +02:00
Matthias Ringwald
aad9721618 gap: add gap_pin_code_response_binary, fixes issue #307 / pull request #238 2020-07-22 14:08:23 +02:00
Matthias Ringwald
19d4ba9182 tool/misc: add tool to convert signed to unsigned literals when used in unsigned expressions 2020-07-22 13:53:20 +02:00
Matthias Ringwald
8322fb3a90 avdtp: register l2cap packet handler only once 2020-07-21 17:29:34 +02:00
Matthias Ringwald
6c87a5c39f tool/misc: new append_u_to_constants.cocci 2020-07-20 23:37:06 +02:00
Matthias Ringwald
45a92aba53 hid examples: allow for role switch and sniff mode 2020-07-16 22:19:45 +02:00
Matthias Ringwald
3c214e8a16 Windows port for Dialog DA14585 connected via serial port 2020-07-16 17:50:40 +02:00
Matthias Ringwald
eb0c105509 posix-h4-da1458x: temp re-enable Classic support to fix build 2020-07-16 16:29:33 +02:00
Matthias Ringwald
e58afcb452 btstack_uart_block_windows: allow to call open again 2020-07-16 16:20:41 +02:00
Matthias Ringwald
14b5610872 posix-h4-da1585x: disable Classic support 2020-07-16 15:52:57 +02:00
Matthias Ringwald
da07609737 hog_boot_demo: fix warning 2020-07-16 15:52:28 +02:00
Matthias Ringwald
5ebc82273f btstack_util: avoid signed/unsigned mix 2020-07-15 20:50:09 +02:00
Matthias Ringwald
50d5c6caab avdtp: fix invalid response for Get Capabilities request if Delay Reporting was supported 2020-07-15 17:19:36 +02:00
Matthias Ringwald
cd34529436 gap: set minium required encryption key size for Classic connections to 7, matching the Core spec 2020-07-15 17:13:08 +02:00
Matthias Ringwald
0dd3c6c3ef use unsigned literals instead of clumsy casts in ad_parser.c and btstack_event.h 2020-07-14 23:37:47 +02:00
Matthias Ringwald
44c20b8a7b stm32-sx1280: advertise only every advertising interval max 2020-07-14 18:05:18 +02:00
Matthias Ringwald
c682a3bf6e fix compile samv71-xplained and stm32-f103rb 2020-07-13 19:08:34 +02:00
Matthias Ringwald
be3a5e5ff9 fix compile tool/metrics and port/daemon 2020-07-13 18:31:49 +02:00
Matthias Ringwald
dbe92de6a9 btstack_link_key_db_tlv: require NVM_NUM_LINK_KEYS to be set in btstack_config.h, set NVM_NUM_LINK_KEYS 16 where missing 2020-07-13 18:05:30 +02:00
Milanka Ringwald
9798b196e5 avdtp: remove printf from library 2020-07-13 16:35:56 +02:00
Matthias Ringwald
be21d6886f avdtp: fix warning 2020-07-13 12:39:28 +02:00
Matthias Ringwald
77092f3ebc avdtp: remove avdtp_context_t 2020-07-13 12:19:36 +02:00
Matthias Ringwald
c69f4ba529 avdtp: emit most events to sink and source if registered 2020-07-13 12:09:19 +02:00
Matthias Ringwald
32d799b87b avdtp: emit set config and other events to sink/source based on stream endpoint type 2020-07-13 11:30:45 +02:00
Matthias Ringwald
1cd6e5652b stm32-sx1280: allow to configure set of advertisement channels 2020-07-12 23:22:58 +02:00
Matthias Ringwald
9efa14e56c stm32-sx1280: advertise on configured channels 2020-07-12 23:02:15 +02:00
Matthias Ringwald
de7d2a884e avdtp: fix warning 2020-07-12 00:21:38 +02:00
Matthias Ringwald
a65fe4076d stm32-sx1280: fix tx packet queuing 2020-07-12 00:18:54 +02:00
Matthias Ringwald
4e5921a401 stm32-sx1280: build multiple examples 2020-07-11 23:50:29 +02:00
Matthias Ringwald
f4e5258ff7 stm32-sx1280: fix can send now, notify on packet sent 2020-07-11 23:45:24 +02:00
Matthias Ringwald
f08f4934f3 avdtp: emit media codec other based on local stream endpoint 2020-07-11 18:20:10 +02:00
Matthias Ringwald
0fbfe0705c avdtp: emit media codec sbc based on local stream endpoint 2020-07-11 18:09:52 +02:00
Matthias Ringwald
61fb88e19d avdtp: emit configuration based on local stream endpoint 2020-07-11 17:58:07 +02:00
Matthias Ringwald
2d9d000f0d avdtp: emit delay only as source 2020-07-11 17:50:07 +02:00
Matthias Ringwald
f751daa3e8 avdtp: emit events to sink/source based on stream endpoint type 2020-07-11 16:54:21 +02:00