Searched defs:BluetoothAdapter (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java45 * Represents the local device Bluetooth adapter. The {@link BluetoothAdapter}
52 * <p>To get a {@link BluetoothAdapter} representing the local Bluetooth
81 public final class BluetoothAdapter { class
82 private static final String TAG = "BluetoothAdapter";
90 * <p><code>Intent.getIntExtra(BluetoothAdapter.EXTRA_STATE,
91 * BluetoothAdapter.ERROR)</code>
362 private static BluetoothAdapter sAdapter;
377 public static synchronized BluetoothAdapter getDefaultAdapter() {
382 sAdapter = new BluetoothAdapter(managerService);
391 * Use {@link #getDefaultAdapter} to get the BluetoothAdapter instanc
393 BluetoothAdapter(IBluetoothManager managerService) { method in class:BluetoothAdapter
[all...]

Completed in 78 milliseconds