OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enableBtIntent
(Results
1 - 6
of
6
) sorted by null
/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
MainActivity.java
67
Intent
enableBtIntent
= new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
68
startActivityForResult(
enableBtIntent
, Constants.REQUEST_ENABLE_BT);
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
MainActivity.java
67
Intent
enableBtIntent
= new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
68
startActivityForResult(
enableBtIntent
, Constants.REQUEST_ENABLE_BT);
/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
MainActivity.java
67
Intent
enableBtIntent
= new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
68
startActivityForResult(
enableBtIntent
, Constants.REQUEST_ENABLE_BT);
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java
119
Intent
enableBtIntent
= new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
120
startActivityForResult(
enableBtIntent
, REQUEST_ENABLE_BT);
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java
119
Intent
enableBtIntent
= new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
120
startActivityForResult(
enableBtIntent
, REQUEST_ENABLE_BT);
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceScanActivity.java
119
Intent
enableBtIntent
= new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
120
startActivityForResult(
enableBtIntent
, REQUEST_ENABLE_BT);
Completed in 461 milliseconds