unknown type name 'CYBLE_API_RESULT_T'

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
lock attach
Attachments are accessible only for community members.
shge_4395051
Level 4
Level 4
25 sign-ins 25 replies posted First solution authored

Hello 

I'm getting this error  (unknown type name 'CYBLE_API_RESULT_T')   in the BLE_StackGATT.h file.   I've updated my components as another post suggested.  A second post suggested to ignore the error but this is simply bad 

0 Likes
1 Solution
Renate
Level 3
Level 3
25 replies posted 25 sign-ins 10 replies posted

Delete #include "BLE_StackGatt.h" in BLEProcess.c, line #15.

You don't need that.

BLE_StackGatt.h needs BLE_Stack.h (where CYBLE_API_RESULT_T is defined as an enum).

(Also, project.h already has all that stuff in it.)

View solution in original post

0 Likes
5 Replies