Searched defs:BluetoothInputDevice (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothInputDevice.java38 *<p>BluetoothInputDevice is a proxy object for controlling the Bluetooth
40 * the BluetoothInputDevice proxy object.
45 public final class BluetoothInputDevice implements BluetoothProfile { class in inherits:BluetoothProfile
46 private static final String TAG = "BluetoothInputDevice";
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
226 /*package*/ BluetoothInputDevice(Context context, ServiceListener l) { method in class:BluetoothInputDevice
[all...]

Completed in 27 milliseconds