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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java44 * Represents the local device Bluetooth adapter. The {@link BluetoothAdapter}
51 * <p>To get a {@link BluetoothAdapter} representing the local Bluetooth
75 public final class BluetoothAdapter { class
76 private static final String TAG = "BluetoothAdapter";
84 * <p><code>Intent.getIntExtra(BluetoothAdapter.EXTRA_STATE,
85 * BluetoothAdapter.ERROR)</code>
356 private static BluetoothAdapter sAdapter;
371 public static synchronized BluetoothAdapter getDefaultAdapter() {
376 sAdapter = new BluetoothAdapter(managerService);
385 * Use {@link #getDefaultAdapter} to get the BluetoothAdapter instanc
387 BluetoothAdapter(IBluetoothManager managerService) { method in class:BluetoothAdapter
[all...]

Completed in 437 milliseconds