It seems Nexus 7 first generation doesn't support Bluetooth Low Energy, at least when I follow exactly steps from tutorial
http://developer.android.com/guide/topics/connectivity/bluetooth-le.html
I do have app finish on following code:
if (!getPackageManager().hasSystemFeature(PackageManager.FEATURE_BLUETOOTH_LE)) {
Toast.makeText(this, R.string.ble_not_supported, Toast.LENGTH_SHORT).show();
finish();
}
Sure I checked, that Bluetooth enabled.
So the question is, how to find out for sure, if the device supports Bluetooth Low Energy standard?
UPDATE: I'm using android 4.3