Home
last modified time | relevance | path

Searched refs:enableBtIntent (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
DMainActivity.java67 Intent enableBtIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in onCreate() local
68 startActivityForResult(enableBtIntent, Constants.REQUEST_ENABLE_BT); in onCreate()
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DDeviceScanActivity.java119 Intent enableBtIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE); in onResume() local
120 startActivityForResult(enableBtIntent, REQUEST_ENABLE_BT); in onResume()