This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC2640: My ios App can not discovers the services of my CC2640 as soon as I add my separate SYS/BIOS tasks

Part Number: CC2640
Other Parts Discussed in Thread: BLE-STACK

That's my complete setup:

I have a Iphone X and a Iphone 8

I have a IOS App that is supposed to connect to a CC2640 board, discover the services and write in a characteristic. 

My CC2640 application was created with the TI plugin inside Bluetooth Developer Studio.

My problem is:

* When I use the CC264 with only the bluetooth tasks running, I can discover and write in characteristics using the Iphone X and 8.

* Whenever I use the same custom profile but now with another SYS/BIOS task (It receives messages through a MailBox from the Project_Zero_task as soon as a characteristic is written), I can do everything with the Iphone 8 but I cant discover any services when using my Iphone X.

Has someone faced alike problem?