Matthias Ringwald
|
2026696cf0
|
btstack_defines: add GAP Pairing events
|
2021-06-18 21:06:57 +02:00 |
|
Milanka Ringwald
|
b45b7749fd
|
MISRAC2012-Rule-8.3_b: match function declaration and definition
|
2021-06-03 11:35:40 +02:00 |
|
Matthias Ringwald
|
1b81ae2adc
|
tool/metrics: fix set of files
|
2021-06-01 17:58:58 +02:00 |
|
Matthias Ringwald
|
c7747faaec
|
arduino: use git tag/revision for archive
|
2021-05-09 22:47:16 +02:00 |
|
Matthias Ringwald
|
3c5d40722c
|
tool/compile_gatt: fix database hash calculation for Characteristic handle
|
2021-05-03 14:30:35 +02:00 |
|
Matthias Ringwald
|
8c70002d7d
|
tool/compile_gatt: fix error message for unknown presentation format identifier in aggregate format
|
2021-05-03 12:29:32 +02:00 |
|
Matthias Ringwald
|
766e9e2722
|
tool/compile_gatt: allow CHARACTERISTIC_USER_DESCRIPTION to be dynamic, fix UUID for other dynamic descriptors
|
2021-05-03 12:29:32 +02:00 |
|
Matthias Ringwald
|
ef83f5c4f3
|
btstack_memory: only include classic headers if ENABLE_CLASSIC
|
2021-04-10 17:29:40 +02:00 |
|
Milanka Ringwald
|
cf26c8fbbf
|
hids_client: skeleton code for connect
|
2021-03-31 10:46:52 +02:00 |
|
Milanka Ringwald
|
05146de047
|
tool/compile_gatt: parse EXTERNAL_REPORT_REFERENCE
|
2021-03-31 10:44:22 +02:00 |
|
Matthias Ringwald
|
924c007898
|
tool/misc: replace sprintf with snprintf and zero last byte using coccinelle
|
2021-03-30 15:51:40 +02:00 |
|
Milanka Ringwald
|
78ae886b05
|
scan_parameters_service: implement write without response for scan parameters
|
2021-03-09 13:17:39 +01:00 |
|
Matthias Ringwald
|
e3c90686fb
|
test/btstack_memory_test: fix malloc test (regression)
|
2021-03-08 11:43:54 +01:00 |
|
Matthias Ringwald
|
6bdecec7ba
|
move GATT Service clients into ble/gatt-service
|
2021-03-08 10:09:41 +01:00 |
|
Milanka Ringwald
|
174a0c1c8d
|
ble/battery_service_client: implement query services
|
2021-03-04 16:51:27 +01:00 |
|
Matthias Ringwald
|
f8da99a8ad
|
fix builds: libusb cmake, tool/metrics, test/mesh
|
2021-03-03 14:28:48 +01:00 |
|
Matthias Ringwald
|
6f08f1597c
|
tool/compile_gatt.py: support dynamic descriptors for environmental sensing
|
2021-02-11 10:46:58 +01:00 |
|
Matthias Ringwald
|
17215335f5
|
tool/compile_gatt.py: extract generic parser for dynamic descriptors for read/write and read-only
|
2021-02-11 10:45:21 +01:00 |
|
Milanka Ringwald
|
f399f7fbd7
|
hid_host: provide memory pool for hid_host_connection_t
|
2021-02-09 15:59:55 +01:00 |
|
Matthias Ringwald
|
e819545526
|
daemon/bindings: fix compile for java and python
|
2021-02-08 18:37:28 +01:00 |
|
Matthias Ringwald
|
75a8e4fae1
|
gap: emit GAP_EVENT_LOCAL_OOB_DATA
|
2021-02-08 17:19:05 +01:00 |
|
Matthias Ringwald
|
798bd46f26
|
btstack_memory: fix de-init
|
2021-02-03 14:31:14 +01:00 |
|
Matthias Ringwald
|
19ef97d232
|
btstack_memory: fix memory tracking, assert all buffers are freed in deinit
|
2021-02-03 10:09:14 +01:00 |
|
Matthias Ringwald
|
6d34f98e0c
|
test/btstack_memory: cover no buffers, single buffer, and malloc configurations
|
2021-01-28 15:20:28 +01:00 |
|
Matthias Ringwald
|
29ba805bf8
|
tool/compile_gatt: support multiple instances of the same service
|
2021-01-26 21:00:34 +01:00 |
|
Matthias Ringwald
|
5b1b9b3f03
|
tool/convert_gatt_service: add copy of Bluetooth SIG GATT Services page from 2020-07-22
|
2021-01-26 17:24:36 +01:00 |
|
Matthias Ringwald
|
2a95308bb2
|
btstack_memory: avoid pointer arithmetic for buffer tracking with HAVE_MALLOC
|
2021-01-19 10:46:28 +01:00 |
|
Matthias Ringwald
|
b626974228
|
btstack_memory: track mallocs if HAVE_MALLOC (de-init)
|
2021-01-18 21:34:25 +01:00 |
|
Milanka Ringwald
|
5b2fa894af
|
tools: prepare script to update Copyright text
|
2020-11-24 11:18:28 +01:00 |
|
Milanka Ringwald
|
41e404d30d
|
tools: update btstack_root
|
2020-11-06 14:20:22 +01:00 |
|
Milanka Ringwald
|
d3ea2236fc
|
config: cleanup
|
2020-11-06 14:13:47 +01:00 |
|
Milanka Ringwald
|
3e90877db8
|
tools: don't use binary flag for opening text files
|
2020-11-06 13:55:00 +01:00 |
|
Milanka Ringwald
|
da3afb49ed
|
config: tool for updating port configurations
|
2020-11-06 13:42:47 +01:00 |
|
Milanka Ringwald
|
6ccd824859
|
update python scripts to python3
|
2020-11-03 15:19:00 +01:00 |
|
Matthias Ringwald
|
fa529fa70e
|
tool/compile_gatt: mark profile_data as constexpr for C++11
|
2020-10-23 16:31:52 +02:00 |
|
Matthias Ringwald
|
565fe80db1
|
tool/sm_random_check: update to python3
|
2020-10-16 17:24:22 +02:00 |
|
Matthias Ringwald
|
1cc8850a16
|
doc: fix get git tag in buildbot
|
2020-10-08 09:58:00 +02:00 |
|
Matthias Ringwald
|
7ab355f4eb
|
tool: add package.sh script to release version incl. documentation
|
2020-10-06 17:50:43 +02:00 |
|
Matthias Ringwald
|
6b7b368a28
|
test: move Security Manager SC test into own folder
|
2020-09-18 17:34:32 +02:00 |
|
Matthias Ringwald
|
ced5a857a4
|
tool/compile_gatt: add fallback for PyCryptodome installed as replacement for PyCrypto
|
2020-09-11 15:43:31 +02:00 |
|
Matthias Ringwald
|
e698d63d6c
|
tool/create_packet_log: try to deal with windows 16-bit unicode by dropping \0 characters
|
2020-08-26 17:08:12 +02:00 |
|
Matthias Ringwald
|
039cbf1d6c
|
mesh: use mesh_upper_transport_pdu_t for all access messages, remove mesh_transport_pdu_t
|
2020-08-08 19:47:48 +02:00 |
|
Matthias Ringwald
|
491f99b339
|
mesh: define mesh_upper_transport_pdu for (un)segmented access messages and segmented control messages
|
2020-08-08 19:47:48 +02:00 |
|
Matthias Ringwald
|
a4bbc09d8c
|
mesh: mesh_message_pdu -> mesh_segmented_pdu
|
2020-08-08 19:47:47 +02:00 |
|
Matthias Ringwald
|
f7434c1fd6
|
mesh: introduce mesh_message_t
|
2020-08-08 19:47:47 +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 |
|
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
|
6c87a5c39f
|
tool/misc: new append_u_to_constants.cocci
|
2020-07-20 23:37:06 +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
|
be3a5e5ff9
|
fix compile tool/metrics and port/daemon
|
2020-07-13 18:31:49 +02:00 |
|