Hi All,
According to the GATT documentation the function GATT_DiscCharsByUUID is used to discover characteristic values depending on the given UUID's. However, in the original SimpleBLEcentral project it is done by a GATT_ReadUsingCharUUID call, and once a response received, the handle is stored.
Is there any difference between the two ways?
I am working on a project where 4 charvs should be discovered, however, at the first step an error is received which says "No attribute found within the given attribute handle range". I think the UUID and the GATT profile are correct, and trying to figure out the reason of the error.
Thanks,
Gergo