Using dev studio some defs are missing, for example
le_mdc_Auth_t
LE_MDC_AUTH_PAP
Where to find them ??
Using dev studio some defs are missing, for example
le_mdc_Auth_t
LE_MDC_AUTH_PAP
Where to find them ??
That value comes from le_mdc.api
There is a program named offense that parses these .api files and generates .h/.c files. The generated files are a little bit buried. They are under the build folder and hidden behind directories with names that are the output of a hash function. I’m not sure if dev studio provides any features which help to locate the generated files. I don’t use dev studio, so I just grep on the name when I really need to find it.