This is an automated email from the ASF dual-hosted git repository.
rymek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git.
from aa2267a apps/blestress - compilation error Building the app returned
error: multiple definition of `stress_timer_callout'. Moving the it's
declaration to stress.c fixes the issue - this structure is only used there.
new bf931d5 apps/blestress - switch from PSM = 1 to PSM = 0x80 (128) -
from dynamic range
new 205e253 apps/blestress - remove extra SDU lenght info removed
appending length of pattern data, as that is performed either way by functions
called by l2cap API
new a7e3f7c apps/blestress - change pattern data offset to 0 in
stress_fill_mbuf_with_pattern() filling mbuf should begin at start of pattern
buffer, as the full length of that buffer if being copied
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
apps/blestress/src/rx_stress.c | 10 +---------
apps/blestress/src/stress.c | 4 ++--
apps/blestress/src/stress.h | 2 ++
apps/blestress/src/tx_stress.c | 2 +-
4 files changed, 6 insertions(+), 12 deletions(-)