Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:bluetooth

17 package android.bluetooth;
35 * This class provides the public APIs to control the Bluetooth Input
38 *<p>BluetoothInputDevice is a proxy object for controlling the Bluetooth
65 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission to
70 "android.bluetooth.input.profile.action.CONNECTION_STATE_CHANGED";
77 "android.bluetooth.input.profile.action.PROTOCOL_MODE_CHANGED";
85 "android.bluetooth.input.profile.action.VIRTUAL_UNPLUG_STATUS";
158 public static final String EXTRA_PROTOCOL_MODE = "android.bluetooth.BluetoothInputDevice.extra.PROTOCOL_MODE";
163 public static final String EXTRA_REPORT_TYPE = "android.bluetooth.BluetoothInputDevice.extra.REPORT_TYPE";
168 public static final String EXTRA_REPORT_ID = "android.bluetooth.BluetoothInputDevice.extra.REPORT_ID";
173 public static final String EXTRA_REPORT_BUFFER_SIZE = "android.bluetooth.BluetoothInputDevice.extra.REPORT_BUFFER_SIZE";
178 public static final String EXTRA_REPORT = "android.bluetooth.BluetoothInputDevice.extra.REPORT";
183 public static final String EXTRA_VIRTUAL_UNPLUG_STATUS = "android.bluetooth.BluetoothInputDevice.extra.VIRTUAL_UNPLUG_STATUS";
221 * Bluetooth Service which handles the InputDevice profile
246 Log.e(TAG, "Could not bind to Bluetooth HID Service with " + intent);
277 * Initiate connection to a profile of the remote bluetooth device.
282 * device is already connected or Bluetooth is not turned on.
291 * @param device Remote Bluetooth Device
314 * Bluetooth device is not in connected state etc. When this API returns,
331 * @param device Remote Bluetooth Device
411 * @param device Paired bluetooth device
441 * <p>Requires {@link android.Manifest.permission#BLUETOOTH} permission.
443 * @param device Bluetooth device
497 * @param device Remote Bluetooth Device
523 * @param device Remote Bluetooth Device
547 * @param device Remote Bluetooth Device
571 * @param device Remote Bluetooth Device
598 * @param device Remote Bluetooth Device
624 * @param device Remote Bluetooth Device