Searched refs:discoverableBluetooth (Results 1 – 1 of 1) sorted by relevance
535 Intent discoverableBluetooth = new Intent(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE); in discoverableBluetoothIntent() local536 discoverableBluetooth.putExtra(Intent.EXTRA_PACKAGE_NAME, getContext().getPackageName()); in discoverableBluetoothIntent()537 startActivity(discoverableBluetooth); in discoverableBluetoothIntent()