12736 Commits

Author SHA1 Message Date
Matthias Ringwald
d5314cbe14 sm: cache local address in sm_connection_t at connection complete 2021-06-11 10:15:54 +02:00
Matthias Ringwald
6edb4dfb63 test/auto-pts: disable advertisements on power off 2021-06-10 17:28:41 +02:00
Matthias Ringwald
dbd5dcc31a gap: avoid requesting authentication twice 2021-06-10 16:05:53 +02:00
Matthias Ringwald
e9f98c4a52 gap: store link key in hci connection struct to allow authenticate after pairing without bonding 2021-06-10 15:45:12 +02:00
Milanka Ringwald
a73d0b9d3c btstack_util: add btstack_next_cid_ignoring_zero 2021-06-09 11:19:15 +02:00
Milanka Ringwald
98f6d969a9 test/gatt-service-client: new tests for battery service client 2021-06-09 10:50:09 +02:00
Milanka Ringwald
ec1a0dae0a test/mock: enable set errors for discovery commands 2021-06-09 10:50:09 +02:00
Milanka Ringwald
6ad61799b1 test/mock: fix handle when service is empty 2021-06-09 10:50:09 +02:00
Milanka Ringwald
5b92fca970 test/mock: fix item order in service declaration 2021-06-09 10:50:09 +02:00
Milanka Ringwald
24152f0859 test/mock: implement read_value_of_characteristic 2021-06-09 10:50:09 +02:00
Milanka Ringwald
d41a8f5111 test/mock: rename states 2021-06-09 10:50:09 +02:00
Milanka Ringwald
a3d5cd9f83 gatt-service/battery_service_client: remove unreachable code, replace check with assert 2021-06-09 10:50:09 +02:00
Matthias Ringwald
296e7eac7f test/auto-pts: ignore Service Changed indications in btpclient 2021-06-09 10:07:29 +02:00
Matthias Ringwald
905c28a62c l2cap_signaling: mark classic-only parts 2021-06-09 10:07:29 +02:00
Milanka Ringwald
76cdba3e40 test/gatt-service-client: test connect 2021-06-08 15:21:35 +02:00
Milanka Ringwald
8546175965 gatt-service: query characteristic value, only if previously found 2021-06-08 15:21:35 +02:00
Milanka Ringwald
7da2c1bab6 test/mock: handle query for services and characteristics 2021-06-08 15:21:35 +02:00
Milanka Ringwald
4436e8564b gatt-services/battery_service_client: validate that services contain battery level characteristic 2021-06-08 15:21:35 +02:00
Matthias Ringwald
1287373805 test/auto-pts: disable gatt client pairing 2021-06-08 13:32:10 +02:00
Milanka Ringwald
a0d1b860d4 ble/gatt-service: fix complie 2021-06-07 17:48:48 +02:00
Milanka Ringwald
af7704047a test/gatt-service-clien: simulate GATT_EVENT_QUERY_COMPLETE event 2021-06-07 17:43:42 +02:00
Milanka Ringwald
5fa2c39a49 ble/gatt-service: avoid use after free in GATT service clients 2021-06-07 17:43:42 +02:00
Milanka Ringwald
4011bbc579 gatt-service/battery_service_client: implement de-init 2021-06-07 17:43:42 +02:00
Milanka Ringwald
0f7fd6c19b test/gatt-service-client: mock gatt_client, add skeleton test code for battery service client 2021-06-07 17:43:42 +02:00
Milanka Ringwald
828d79a6b4 test/gatt_client: fix makefile 2021-06-07 17:43:42 +02:00
Milanka Ringwald
3402111e20 gatt-service: remove unused includes from GATT clients 2021-06-07 17:43:42 +02:00
Matthias Ringwald
e3be979d4c test/coverage: use whitelist for bat subset 2021-06-07 10:44:40 +02:00
Matthias Ringwald
b0e4fcd554 add missing includes to fix build 2021-06-05 16:52:58 +02:00
Matthias Ringwald
2602fc6597 test/security_manager_sc: update usb dongle paths 2021-06-05 16:27:27 +02:00
Matthias Ringwald
3cfa40866d Remove stdio.h include from btstack_debug.h, add to individual files 2021-06-05 16:27:27 +02:00
Matthias Ringwald
2cd41b3385 remove leftover debug printf 2021-06-05 16:27:27 +02:00
Milanka Ringwald
48cdff9c38 MISRAC2012-Rule-8.3_b: match function declaration and definition 2021-06-03 13:03:13 +02:00
Milanka Ringwald
b45b7749fd MISRAC2012-Rule-8.3_b: match function declaration and definition 2021-06-03 11:35:40 +02:00
Milanka Ringwald
2ea56b0c3a docu: use filename instead of title for API submenu 2021-06-03 08:50:02 +02:00
Milanka Ringwald
c436b76054 att_db: fix spelling, update API docu 2021-06-03 08:50:02 +02:00
Matthias Ringwald
60589707ee
Merge pull request #359 from dlech/gatt-client-const-uuid128
ble/gatt_client: add const qualifier to uuid128
2021-06-02 19:15:33 +02:00
Matthias Ringwald
41f9be703f avoid function param modification 2021-06-02 19:11:43 +02:00
David Lechner
045d700d70 ble/gatt_client: add const qualifier to uuid128
This adds the const qualifier to all uuid128 parameters of gatt_client
functions. This is useful on embedded systems where const is used to
store data in flash memory instead of RAM.
2021-06-02 10:59:11 -05:00
Matthias Ringwald
5ce1359ee5 add 'U' to unsigned constants 2021-06-02 12:11:39 +02:00
Matthias Ringwald
1b81ae2adc tool/metrics: fix set of files 2021-06-01 17:58:58 +02:00
Matthias Ringwald
2d514e3708 readme: drop ios port 2021-06-01 17:52:23 +02:00
Matthias Ringwald
f840457c73 Changelog: prepare v1.4 2021-05-31 16:44:53 +02:00
Matthias Ringwald
34fd36da18 port: copy edit port readmes, archive ios port 2021-05-31 16:44:53 +02:00
Matthias Ringwald
0489de14d1 doc: list available hci_dump implementations 2021-05-31 12:16:52 +02:00
Matthias Ringwald
fb873124d5 cc256x: add init script v4.7 for WL183x (11.8.32) 2021-05-31 09:47:53 +02:00
Milanka Ringwald
78fab72ea4 doc: update pdf generation 2021-05-28 15:35:09 +02:00
Milanka Ringwald
90f75057f9 docu: update header files tagging 2021-05-28 11:36:59 +02:00
Milanka Ringwald
4a400a05d4 doc: split single API file into one file pro header file 2021-05-28 11:36:39 +02:00
Milanka Ringwald
6ec408b5e8 docu: parse nested second level navigation 2021-05-28 11:21:09 +02:00
Milanka Ringwald
d7ef06763d doc: read files from source code instead from list 2021-05-28 11:21:09 +02:00