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
SoftDevice service characteristics can use user RAM for their attribute values but the current implementation in gatts_sd.go forces the values to be placed on stack. This puts a limit on the amount of characteristics the device can define.
The text was updated successfully, but these errors were encountered:
SoftDevice service characteristics can use user RAM for their attribute values but the current implementation in
gatts_sd.go
forces the values to be placed on stack. This puts a limit on the amount of characteristics the device can define.The text was updated successfully, but these errors were encountered: