I have created a custom bleUserConfig.h to setup my BLE front end configuration according to our board layout (single ended, internal bias, etc). I have added the location of this custom header to the include path in CCS and the app seems to build fine with it.
My question is if this header also need to be used by the stack or does the stack not need to know about this?
Thanks.