Hello!
In the past week i have been working on creating a BLE profile which will have both custom and official services, the application itself is supposed to connect and communicate with an android/IOS application as well as the operating system as well. I have started with the SPPLE demo, added some services and had success in communicating with android apps but could't connect to the OS itself (through Settings-> Bluetooth-> choosing the SPPLE demo). The issue was explained to me
I then switched to working on the HOGP demo (which contains all of my needed services besides the custom ones), i added the needed capabilities and now on android i have the ability to connect to both the service discovery applications (such as BLE scanner) and connection through the OS settings.
The problem now is the fact that the same doesn't happen on IOS. I am able to connect to through the OS (Settings-> Bluetooth-> choosing the HOGP demo) but then when i try to send mouse notifications the OS doesn't respond the way i expect (the way it responds on android by showing the mouse cursor). Also, when i try to connect through one of the service discovery apps (light blue) i don't see the complete list of services (only some of them, this is disturbing since on the android apps i see all the configured services).
this is the connection sequence. mind that after the notifymouse report command i get a mouse corser on the screen of the android phone, but if i do it with an iphone i get nothing.
would love some help and advice,
Thank you in advance!
