10333 Commits

Author SHA1 Message Date
Matthias Ringwald
ea1be65587 misc: help fix misra 12.1 based on c-stat warnings 2019-11-18 23:30:08 +01:00
Matthias Ringwald
dfde218f34 segger-rtt: add SEGGER_RTT_GetAvailWriteSpace function 2019-11-18 15:19:26 +01:00
Matthias Ringwald
3b809c72bd hci_dump: avoid writing packet header without payload for binary RTT formats and SEGGER_RTT_MODE_NO_BLOCK_SKIP 2019-11-18 14:53:33 +01:00
Matthias Ringwald
a20be900c9 segger-rtt: add SEGGER_RTT_GetAvailWriteSpace function 2019-11-18 14:26:31 +01:00
Matthias Ringwald
779af47be2 segger-rtt: update to v6.54, document modifications for BTstack 2019-11-18 11:58:56 +01:00
Milanka Ringwald
4cd630d959 avdtp source: add avdtp_max_media_payload_size to API 2019-11-18 11:41:15 +01:00
Milanka Ringwald
33f3f68c3b a2dp source: wrap avdtp calls [a2371] 2019-11-18 11:37:12 +01:00
Milanka Ringwald
fcc47f4ac1 avdtp_source: add avdtp_source_stream_endpoint_request_can_send_now, avdtp_max_media_payload_size to API [a2368] 2019-11-18 11:33:00 +01:00
Milanka Ringwald
46982b0cab avdtp_source: add avdtp_source_stream_send_media_payload to api [a2367] 2019-11-18 11:25:04 +01:00
Milanka Ringwald
ab97bf5bf8 a2dp_source: add consol log for a2dp stream events 2019-11-18 10:54:18 +01:00
Matthias Ringwald
695e959a42 gatt_client: allow Write Without Response independent of other requests 2019-11-18 10:51:01 +01:00
Matthias Ringwald
332b525621 mesh: generic on/off + level server - move transition logic to mesh_access 2019-11-17 21:54:40 +01:00
Matthias Ringwald
8245767ef9 mesh: add mesh_access_transitions_step_ms_from_gdtt 2019-11-15 22:32:41 +01:00
Matthias Ringwald
262d85ee23 mesh: drop reason from mesh_server_transition_setup_transition_or_instantaneous_update 2019-11-15 21:50:26 +01:00
Matthias Ringwald
e8b9b724a6 mesh: introduce mesh_server_transition_handler in generic servers 2019-11-15 21:23:20 +01:00
Matthias Ringwald
ac8dd8875a mesh: extract mesh_server_transition_state_set for generic on/off and levelservers 2019-11-15 21:00:45 +01:00
Matthias Ringwald
c61cfe5aa7 sm: inline dm helper to help c-stat 2019-11-15 17:12:30 +01:00
Matthias Ringwald
a512579c63 btstack_crypto: spell out min operation for c-stat 2019-11-15 17:06:18 +01:00
Matthias Ringwald
9ad0dd7c75 sm: inline dm helper to help c-stat 2019-11-15 17:06:00 +01:00
Matthias Ringwald
968b2eaf63 MISRAC2012-Rule-20.7: use parentheses around macro parameters [a2383] 2019-11-15 14:36:44 +01:00
Matthias Ringwald
944188908f hci: fix compile for le only 2019-11-15 14:26:55 +01:00
Matthias Ringwald
0207d07b0e changelog: add gap_setlink_supervision_timeout 2019-11-15 14:11:01 +01:00
Matthias Ringwald
e6c51921b0 gap: only set link supervision timeout if we're master 2019-11-15 14:09:37 +01:00
Matthias Ringwald
6909f06401 gap: write supervision timeout after connection complete [a2349] 2019-11-15 14:04:22 +01:00
Matthias Ringwald
0c3eb48d98 gap: add gap_set_link_supervision_timeout and link_supervision_timeout in hci_stack.h [a2348] 2019-11-15 14:04:22 +01:00
Matthias Ringwald
649d4025aa mesh: add timer to transition 2019-11-15 14:04:22 +01:00
Milanka Ringwald
e85a5146ec avdtp initiator: use avdtp_cid and local seid when calling a2dp_streaming_emit_can_send_media_packet_now, fixes #261 [a2381] 2019-11-15 11:51:30 +01:00
Milanka Ringwald
9dd26175d6 l2cap: fix build 2019-11-15 11:51:30 +01:00
Milanka Ringwald
259c7ac346 a2dp: set local seid in a2dp_streaming_emit_can_send_media_packet_now [a2381] 2019-11-15 11:51:30 +01:00
Milanka Ringwald
8d93ed253c avdtp_source: update docu [a2379] 2019-11-15 11:51:30 +01:00
Milanka Ringwald
2ad6b656ce avdtp: fix return status codes [a2380] 2019-11-15 11:51:30 +01:00
Milanka Ringwald
c8b2b78562 l2cap: return ERROR_CODE_SUCCESS instead of 0 as status [a2378] 2019-11-15 11:51:30 +01:00
Matthias Ringwald
c5df3df49a mesh: setup stepwise transition for generic server delta set 2019-11-14 17:22:35 +01:00
Matthias Ringwald
0dcabf4c87 mesh: drop transition speed from int16 transition 2019-11-14 17:06:50 +01:00
Matthias Ringwald
d3b33bfb6b mesh: remove delta_from_initial_value from int16 transition 2019-11-14 16:54:55 +01:00
Matthias Ringwald
a9cbe3e419 mesh: order generic level delta set cases 2019-11-14 16:39:06 +01:00
Matthias Ringwald
b66ef5c943 mesh: support generic level server move set message 2019-11-14 15:39:24 +01:00
Matthias Ringwald
43e3439045 mesh: explicitly store num steps for generic level/on/off server 2019-11-14 11:16:05 +01:00
Matthias Ringwald
753e6a2cff mesh: generic level server - use 32-bit delta value, handle re-transmission of set delta 2019-11-13 22:08:48 +01:00
Matthias Ringwald
1bb64ec89f mesh: reset delay time when transition starts 2019-11-13 16:30:06 +01:00
Matthias Ringwald
85bee78160 mesh: generic level server rework transition state machine 2019-11-13 15:44:22 +01:00
Matthias Ringwald
794ab91c82 mesh: add MODEL_STATE_UPDATE_REASON_ACTIVE 2019-11-13 15:43:31 +01:00
Matthias Ringwald
7ee2bdaeef mesh: add generic level server to test/mesh, use bstack_assert, fix time calculation 2019-11-12 16:22:38 +01:00
Matthias Ringwald
6445d71a6d mesh: ignore generic on off server message with invalid on/off value 2019-11-12 15:43:15 +01:00
Matthias Ringwald
e7dae087f0 mesh: rewrite transition handling in generic on off server 2019-11-12 15:25:27 +01:00
Matthias Ringwald
a20c23d688 mesh: fix remaining time field in generic on off server status message 2019-11-11 18:21:34 +01:00
Matthias Ringwald
d975617d67 mesh: add mesh_access_time_as_gdtt, store step_duration_ms in uint32_t 2019-11-11 18:21:01 +01:00
Matthias Ringwald
618a5fc3d1 mesh: fix transition setup in generic on/off and generic level server 2019-11-11 17:51:08 +01:00
Matthias Ringwald
bcbd4955a4 mesh: generic on off server - use btstack_assert, add missing mesh_access_message_processed call 2019-11-11 15:16:22 +01:00
Matthias Ringwald
d703e88f68 mesh: log destination address for send (un)segmented access message 2019-11-11 15:13:18 +01:00