Hi,
Based on my previous assumption I tried to initialize the device in the role defined in the subject.
http://e2e.ti.com/support/low_power_rf/f/538/t/221578.aspx
At the GAPRole_Init:
gapRole_profileRole = 0x06; (Using the defined symbols caused the same)
When it didn't worked, I made some debug and finally found out that the GAP_DeviceInit does not return SUCCESS, but
INVALIDPARAMETER.
The most interesting is that it seems it doesn't make into the switch-case junction (at GAP_DeviceInit).
Could You please give some help concerning this? Maybe I didn't do something...
Any help will be appreciated!