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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothInputDevice.java37 *<p>BluetoothInputDevice is a proxy object for controlling the Bluetooth
39 * the BluetoothInputDevice proxy object.
44 public final class BluetoothInputDevice implements BluetoothProfile { class in inherits:BluetoothProfile
45 private static final String TAG = "BluetoothInputDevice";
170 public static final String EXTRA_PROTOCOL_MODE = "android.bluetooth.BluetoothInputDevice.extra.PROTOCOL_MODE";
175 public static final String EXTRA_REPORT_TYPE = "android.bluetooth.BluetoothInputDevice.extra.REPORT_TYPE";
180 public static final String EXTRA_REPORT_ID = "android.bluetooth.BluetoothInputDevice.extra.REPORT_ID";
185 public static final String EXTRA_REPORT_BUFFER_SIZE = "android.bluetooth.BluetoothInputDevice.extra.REPORT_BUFFER_SIZE";
190 public static final String EXTRA_REPORT = "android.bluetooth.BluetoothInputDevice.extra.REPORT";
195 public static final String EXTRA_STATUS = "android.bluetooth.BluetoothInputDevice
241 /*package*/ BluetoothInputDevice(Context context, ServiceListener l) { method in class:BluetoothInputDevice
[all...]

Completed in 63 milliseconds