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