HomeSort by relevance Sort by last modified time
    Searched refs:enableIntent (Results 1 - 2 of 2) sorted by null

  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChat.java 111 Intent enableIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
112 startActivityForResult(enableIntent, REQUEST_ENABLE_BT);
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPActivity.java 234 Intent enableIntent = new Intent(BluetoothAdapter.ACTION_REQUEST_ENABLE);
235 startActivityForResult(enableIntent, REQUEST_ENABLE_BT);

Completed in 54 milliseconds