This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

On android, I measure real time sensing data over notification from BLE device. By default, I get the notify data 1 time per second. However, I want to delay getting data from devices in a certain period.

I am developing an android application to get real-time temperature over BLE notification. Currently, I receive the temperature sensing data 1 time per second. Based on the app requirement from my company, I have to allow user to adjust the period to get the temperature from the device. 

Related