10351 Commits

Author SHA1 Message Date
Matthias Ringwald
fe93465675 avrcp_target: increase notifications_transaction_label array to fit max notification id 2019-10-30 15:35:10 +01:00
Matthias Ringwald
cebe3e9ef6 fix compile warnings (unused param, signed / unsigned comparison) 2019-10-30 15:34:08 +01:00
Matthias Ringwald
6eaf3829a0 mesh/health_server: fix unused variable warning 2019-10-30 13:32:26 +01:00
Matthias Ringwald
d535979383 mesh/health_server: only reply to acknowledged health fault message 2019-10-30 12:29:58 +01:00
Matthias Ringwald
18785c4eb2 mesh/health_server: set src in health fault status 2019-10-30 11:46:46 +01:00
Matthias Ringwald
1f148aea63 mesh/health_server: fix fault status message 2019-10-30 11:29:34 +01:00
Matthias Ringwald
6c81f8f281 raspi: add -lrt to fix build 2019-10-30 11:28:08 +01:00
Matthias Ringwald
f346f180a4 test/mesh: add fault state and add command to simulate fault 2019-10-29 19:19:38 +01:00
Matthias Ringwald
ae6562ce2b mesh/health_server: allow to use without model packet handler 2019-10-29 18:47:44 +01:00
Matthias Ringwald
9c00e1692c mesh/health_server: add 'add fault state', 'set fault', 'clear fault' 2019-10-29 18:42:34 +01:00
Matthias Ringwald
204019bbbb mesh/health_server: implement clear registered faults internally, remove unused events 2019-10-29 18:10:31 +01:00
Matthias Ringwald
63ad364382 mesh/health_server: combine current fault + registered fault into a single { company id, current faults, registered faults } struct 2019-10-29 18:03:46 +01:00
Matthias Ringwald
4439045c0d mesh: move mesh_health_state to mesh_access.h 2019-10-29 17:18:30 +01:00
Matthias Ringwald
6f8febae67 mesh: add mesh_node_get_health_server, rename mesh_model_get_configuration_server to mesh_node_get_configuration_server 2019-10-29 17:16:49 +01:00
Matthias Ringwald
5d71beb8a1 mesh: allow to configure node info: cid, pid, vid 2019-10-29 17:12:15 +01:00
Matthias Ringwald
db3ece2431 mesh: report features in composition data as defined by btstack_config 2019-10-29 17:11:50 +01:00
Matthias Ringwald
aa1a52b3f3 mesh: use access functions to read/store model ids 2019-10-28 17:28:47 +01:00
Matthias Ringwald
30bab0cca5 mesh: fix vendor model serialization in access messages 2019-10-28 17:01:31 +01:00
Matthias Ringwald
12fd3a99ec bluetooth: re-enumber BD_ADDR_TYPEs 2019-10-28 10:58:39 +01:00
Matthias Ringwald
f16129ce28 bluetooth: rename BD_ADDR_TYPE_CLASSIC to BD_ADDR_TYPE_ACL 2019-10-28 10:57:46 +01:00
Matthias Ringwald
ddd48cb85d example/gatt_heart_rate_client: skip reading Sensor Location if Characteristic not available 2019-10-24 20:59:09 +02:00
Matthias Ringwald
6d466148c0 example: add gatt_heart_rate_client to list of LE targets 2019-10-24 17:55:29 +02:00
Matthias Ringwald
60b0564cc4 test/pts: use tlv version of link key db and le device db 2019-10-24 17:52:41 +02:00
Matthias Ringwald
b02ff6bdbb mesh: improve debug output lower transport 2019-10-24 17:46:39 +02:00
Matthias Ringwald
2b13513864 mesh: split mesh_network_run per queue, call as long as work is done 2019-10-24 17:32:13 +02:00
Matthias Ringwald
d425804b40 test/mesh: log incomplete segmented messages at EOF 2019-10-24 16:22:19 +02:00
Matthias Ringwald
ffab186194 mesh: send model publications via mesh_access_send_unacknowledged 2019-10-24 16:18:12 +02:00
Matthias Ringwald
e6a669a7e6 mesh: assert ack_opcode is set for access messages 2019-10-24 16:15:59 +02:00
Matthias Ringwald
98e0b87678 test/mesh: skip seg acks when reassembling segmented messages 2019-10-24 14:37:57 +02:00
Matthias Ringwald
017aa71f03 mesh: adv_bearer handle gap_adv without adv items 2019-10-24 14:36:59 +02:00
Matthias Ringwald
765f9d5344 test/mesh: fix build of mesh_pty without proxy enabled 2019-10-24 13:46:11 +02:00
Matthias Ringwald
d18c770714 mesh: fix iv-index restore 2019-10-24 13:17:19 +02:00
Matthias Ringwald
3c061251b2 test/mesh: decode segment acknowledgements 2019-10-24 11:22:27 +02:00
Matthias Ringwald
a1146ab854 test/mesh: add generic messages to dissector 2019-10-24 11:19:50 +02:00
Matthias Ringwald
bc1c2f13ff mesh: reorder restore to avoid publications with invalid src 2019-10-24 11:19:04 +02:00
Matthias Ringwald
74494532ac mesh: only relay messages if relay is enabled 2019-10-23 17:58:05 +02:00
Matthias Ringwald
fa4d4f9b27 btstack_defines: avoid defining bool for C++ 2019-10-23 15:04:15 +02:00
Matthias Ringwald
df4fb5ac36 btstack_defines: provide boolean type 'bool' via <stdbool.h> or as backport 2019-10-23 14:50:04 +02:00
Matthias Ringwald
ce4f7e0e0c test/mesh: process all received ADVs 2019-10-22 22:39:49 +02:00
Matthias Ringwald
689b15f3e1 mesh: keep CTL bit when relaying Network PDU 2019-10-22 22:38:31 +02:00
Matthias Ringwald
0aa6ff4026 test/mesh: add Configuration and Health Server message names 2019-10-22 21:45:32 +02:00
Matthias Ringwald
eed276207a test/mesh: fix parsing received advs, create new segmented message on new seq_zero 2019-10-22 19:11:35 +02:00
Matthias Ringwald
32ee5dd707 test: run map_test by build server 2019-10-22 16:42:03 +02:00
Milanka Ringwald
25d0666c75 map_util: assert data len, use explicit comparisons in if clauses 2019-10-22 15:16:33 +02:00
Milanka Ringwald
4eb8f7a7eb map_client: fix compile 2019-10-22 14:55:07 +02:00
Milanka Ringwald
8fce0df8fe map_client: enable ASSERT, fix compile 2019-10-22 14:44:26 +02:00
Milanka Ringwald
44547c84fa a2dp_source_demo: reconfigure hxcmod on new sampling frequency 2019-10-22 10:42:37 +02:00
Milanka Ringwald
293fd5fb21 sine_table_generator: update usage 2019-10-22 10:42:37 +02:00
Matthias Ringwald
ae1c72f5b6 windows-h4-zephyr: remove unused include 2019-10-22 10:08:50 +02:00
Matthias Ringwald
abf8a71a50 windows-h4-zephyr: configure for LE only, remove link key db 2019-10-22 09:45:41 +02:00