bluetooth icon indicating copy to clipboard operation
bluetooth copied to clipboard

gatts/sd: attribute values cannot be placed on user RAM

Open dmlambea opened this issue 3 years ago • 0 comments

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.

dmlambea avatar Jun 23 '22 18:06 dmlambea