I have a BLE device and I'm developing an iOS app that communicates with that device. The device has a characteristic that has both notify and indicate properties, and sends some messages via notify and others via indicate, therefore I cannot use setNotifyValue.
If the specified characteristic’s configuration allows both notifications and indications, calling this method enables notifications only.
Is there any way to enable simultaneously both notify and indicate for the same characteristic?