New issue
Advanced search Search tips

Issue 715384 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Apr 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 2
Type: Bug

Blocking:
issue 490399



Sign in to add a comment

bluetooth: IsLowEnergySupported should return false for Android <23

Project Member Reported by ortuno@chromium.org, Apr 26 2017

Issue description

__ANDROID_API__ returns "16" on Marshmallow (23) so it caused us to incorrectly return false for IsLowEnergySupported. See  Issue 714623 .

As a temporary measure we removed __ANDROID_API__ and always return true for Android even when low energy is not supported.
 

Comment 1 by ortuno@chromium.org, Apr 26 2017

Status: WontFix (was: Available)
Turns out __ANDROID_API__ is the minimum API supported by the NDK we are compiling against, not the API level of the device we are running on. 

Sign in to add a comment