Commit Graph

7557 Commits

Author SHA1 Message Date
Matthias Ringwald
f38885aa68 chipset: ATWILC3000 only qualified as BLE Controller 2017-10-18 11:37:31 +02:00
Matthias Ringwald
2cf7e974df esp32: more .gitignore 2017-10-17 16:16:53 +02:00
Milanka Ringwald
b50123e9f2 a2dp sink demo: fix audio on stream restart 2017-10-17 15:10:42 +02:00
Matthias Ringwald
8f8dd6263a att_db: introduce PERSISTENT_WRITE_CCC, add to CCC ATT handle 2017-10-17 14:50:51 +02:00
Milanka Ringwald
596b7fdcf4 a2dp sink: fix avdtp cid propagation 2017-10-17 12:50:33 +02:00
Matthias Ringwald
42133918ad le_device_db_tlv: only cache used enries, don't compact anymore 2017-10-16 17:04:57 +02:00
Matthias Ringwald
84827a6970 chipset: mention CSR acquisition by Qualcomm 2017-10-16 12:21:24 +02:00
Matthias Ringwald
dc01ccc6b2 esp32: support power down and power up. updated sdkconfig 2017-10-14 21:10:45 +02:00
Matthias Ringwald
811ddedbd4 tool: handle SCO packets in create_packet_log.py 2017-10-13 23:13:43 +02:00
Matthias Ringwald
709c5ddd29 stm32-f4discovery-cc256x: F407 has 1028 kB Flash and 128 + 64 kB RAM 2017-10-13 15:28:12 +02:00
Matthias Ringwald
c246d1bbea a2dp_sink_demo: fix compile error 2017-10-13 15:27:14 +02:00
Milanka Ringwald
a7a576295b avrcp pts test: fix compile 2017-10-12 17:18:52 +02:00
Milanka Ringwald
1bf7a74f31 avrcp: draft fragmentation implementation 2017-10-12 17:14:45 +02:00
Matthias Ringwald
e9ff703eac h5: track time receiving SLIP frame 2017-10-12 10:31:52 +02:00
Matthias Ringwald
f7ceae3115 btstack_uart_block_posix: report read/write errors and read/write of zero bytes 2017-10-12 10:30:06 +02:00
Matthias Ringwald
503cf3e429 less noise, more .gitignore 2017-10-12 10:27:59 +02:00
Matthias Ringwald
99136b1c3b hci_transport_h5: added log_errors for unexpected reads/writes 2017-10-11 12:22:44 +02:00
Matthias Ringwald
9c7c30eeba esp32: re-implement integrate_btstack in python as rsync is missing in prebuild esp-idf windows toolchain 2017-10-09 13:56:01 +02:00
Matthias Ringwald
3d244bfa4d l2cap-ertm: fix compile 2017-10-09 11:31:43 +02:00
Matthias Ringwald
122c2b0535 l2cap-ertm: assert incoming ertm data is <= local MTU and check for buffer overrun during reassemblt 2017-10-09 11:27:39 +02:00
Matthias Ringwald
07c7de8699 l2cap-ertm: assert ertm SDUs contains Control + FCS fields and are smaller or equal local_mps 2017-10-09 11:12:53 +02:00
Matthias Ringwald
0d3ee2efe6 l2cap-ertm: fix setup of outgoing ertm tx buffers 2017-10-08 21:09:35 +02:00
Matthias Ringwald
7cbe539fe0 l2cap-ertm: use min(local,remote) in config response for TxWindow and MPS 2017-10-08 21:03:07 +02:00
Matthias Ringwald
3271797891 l2cap: limit mtu in conf resp to remote mtu - regression from 6dca2a0c 2017-10-08 14:52:02 +02:00
Matthias Ringwald
6b99230fe8 l2cap: seperate l2cap_setup_options for request and response 2017-10-08 14:34:51 +02:00
Matthias Ringwald
47f85edbd6 hid_keyboard_demo: add Device ID service record 2017-10-06 18:04:02 +02:00
Matthias Ringwald
c1b01f87ff device_id: fix BLUETOOTH_ATTRIBUTE_PRIMARY_RECORD type to BOOL 2017-10-06 18:03:31 +02:00
Matthias Ringwald
9679ea8161 hid: improve SDP record -> allows connect from macOS 2017-10-06 17:50:53 +02:00
Milanka Ringwald
d1207cd896 avrcp target: notifications and fragmentation 2017-10-06 17:04:42 +02:00
Matthias Ringwald
63dd1c760e prefix crc8_* to btstack_crc8_* 2017-10-03 16:49:03 +02:00
Matthias Ringwald
1f41c2c9f7 move crc8 from rfcomm.h to btstack_util.h 2017-10-03 16:47:24 +02:00
Matthias Ringwald
4599901111 cc256x: update link to TIInit_11.8.32.bts for WL183x chipsets to V4.2 2017-10-02 16:10:43 +02:00
Matthias Ringwald
24a96a2856 chipset/README.md: add LMP Subversion of CC2567 2017-10-02 15:22:10 +02:00
Matthias Ringwald
c19bb75c13 ez430-rf2560 + msp-exp430f5438-cc2564: remove old ant_test.c example 2017-10-02 15:04:40 +02:00
Matthias Ringwald
95c72533b4 example: add ANT example for TI CC2567 2017-10-02 15:01:57 +02:00
Matthias Ringwald
0e1ffed02f chipset/cc256x: support init scripts v2.4 and v2.8 for CC2567 2017-10-02 14:58:26 +02:00
Matthias Ringwald
0830ab8fee hog_mouse_demo: print connection parameter changes 2017-10-02 12:30:01 +02:00
Matthias Ringwald
1fcd10b705 l2cap: fix regression in LE Signaling Len check for Connection Update Request/Response in adcfabadef 2017-10-02 11:50:32 +02:00
Matthias Ringwald
d6c00b86e8 esp32: add make rule to compile gatt db instead of providing update_gatt.py 2017-09-28 15:38:19 +02:00
Matthias Ringwald
4e60647a0a esp32: mention ./integrate_btstack and old make version 2017-09-28 15:11:22 +02:00
Matthias Ringwald
405ac779d6 tool/clean_tree.sh: also delete .d files 2017-09-28 15:11:22 +02:00
Matthias Ringwald
f936392b85 esp32: create examples in examples folder, fix update_gatt.sh 2017-09-28 15:11:22 +02:00
Matthias Ringwald
6f952a2331 esp32: clone BTstack into esp-idf/components to allow out-of-tree app builds 2017-09-28 15:11:22 +02:00
Matthias Ringwald
8a46ec4062 hfp: review UNUSED 2017-09-27 11:33:34 +02:00
Matthias Ringwald
f08eeab9ea hsp: review UNUSED 2017-09-27 11:14:55 +02:00
Matthias Ringwald
35b80bb0da hids_device.c: fix compile 2017-09-26 15:53:54 +02:00
Matthias Ringwald
63854e74af l2cap: fix -Wvarargs warnings from clang 9.0 2017-09-25 21:50:25 +02:00
Matthias Ringwald
034d8e7065 sm: fix mbedTLS integration 2017-09-25 17:31:42 +02:00
Matthias Ringwald
aa29f5873d add hid_mouse_demo example 2017-09-25 16:19:25 +02:00
Matthias Ringwald
fbf7b2f339 add hog_mouse_demo example 2017-09-25 16:07:45 +02:00