I'm using rxAndroidBLE to develop a companion app for a BLE peripheral that triggers alarms on the device.
The problem I'm having is that the notifications for the alarm are not properly triggering the alarm on the device. I'm guessing that it's something with the notification not properly waking up the device.
Has anyone else encountered this?