Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:BluetoothAdapter

52  * Represents the local device Bluetooth adapter. The {@link BluetoothAdapter}
59 * <p>To get a {@link BluetoothAdapter} representing the local Bluetooth
88 public final class BluetoothAdapter {
89 private static final String TAG = "BluetoothAdapter";
97 * <p><code>Intent.getIntExtra(BluetoothAdapter.EXTRA_STATE,
98 * BluetoothAdapter.ERROR)</code>
374 private static BluetoothAdapter sAdapter;
393 public static synchronized BluetoothAdapter getDefaultAdapter() {
398 sAdapter = new BluetoothAdapter(managerService);
407 * Use {@link #getDefaultAdapter} to get the BluetoothAdapter instance.
409 BluetoothAdapter(IBluetoothManager managerService) {
763 * BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE})
827 * {@link BluetoothAdapter#cancelDiscovery()} even if it
1041 if (getState() != STATE_ON) return BluetoothAdapter.STATE_DISCONNECTED;
1047 return BluetoothAdapter.STATE_DISCONNECTED;
1631 * by the {@link BluetoothAdapter#startLeScan} function.