You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jira 868, BLE Peripheral stack crash with long write, git456
Root cause:
- Upon processing the write event, The received user data
was casted incorrectly using the base class. Resulted
in using an incorrect offset that caused memcpy to
use incorrect address and length.
Code Mods:
1. BLECallbacks.cpp:
Adjust the typecast order, from base class to child
class in profile_longwrite_process() and
profile_longflush_process().
0 commit comments