if (enabled) {
                if (ActivityCompat.checkSelfPermission(context, Manifest.permission.BLUETOOTH_CONNECT) != PackageManager.PERMISSION_GRANTED) {
                    LogHelper.e(TAG, "No Permission to disable bluetooth");
                    return;
                }