Android BLE Notification
问题 I'm developing an android application using BLE. I've implemented all the basic operations like discovery, connection, and data transfer. Now I was looking for BLE notifications, Is it possible to receive notification from BLE device when the application is not running (not even in background). What I want to implement is the notification similar to GCM/FCM, we receive notifications in our app even though app is not running. So want to check if similar notification mechanism is supported by