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?