oerjanti / BLE-Heart-rate-variability-demo

Bluetooth low energy (Smart) Heart rate variability sensor demo app for Android
MIT License
105 stars 60 forks source link

Not working for lolipop & Above #2

Open supriya456 opened 7 years ago

supriya456 commented 7 years ago

Hello,

Its working fine but the problem is it won't work for the devices which are having versions greater than 5.0 i.e. above lolipop its can't search & any device but below kitkat it works fine.

Can you please check & let me know for same?

diwesh87 commented 7 years ago

I am experiencing a similar problem on my galaxy S4. But for me it shows my device, and when I click on it, after pairing the app crashes .

sebasira commented 7 years ago

Hi! I've never used thiis repo, I'm just reading its read me and also issues. Could it be a problem related to Permissons? In higher android version you should ask explicity for user permisson

brownedon commented 6 years ago

Edit DeviceServicesActivity.enableHeartRateSensor, after Log.d(TAG,"characteristic: " + characteristic); add if (characteristic==null) return false;