Closed johnathanchiu closed 1 year ago
Okay, I understand the issue now. I specifically was trying to use the "Device Information" string as a direct UUID. There are pre-assigned UUIDs for these specific services. You can find them here: https://btprodspecificationrefs.blob.core.windows.net/assigned-numbers/Assigned%20Number%20Types/Assigned_Numbers.pdf
I have an issue when creating a new service with a
const char *
. It seems likecreateService
function works with input type ofconst char *
but whenever I try to do something likeThe code compiles fine but it seems to have some sort of issue trying to access memory. See the following: