OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BluetoothInputDevice
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java
20
import android.bluetooth.
BluetoothInputDevice
;
176
BluetoothInputDevice
.STATE_DISCONNECTED :prevStateInteger;
180
prevState ==
BluetoothInputDevice
.STATE_DISCONNECTED &&
235
byte reportType = data.getByte(
BluetoothInputDevice
.EXTRA_REPORT_TYPE);
236
byte reportId = data.getByte(
BluetoothInputDevice
.EXTRA_REPORT_ID);
237
int bufferSize = data.getInt(
BluetoothInputDevice
.EXTRA_REPORT_BUFFER_SIZE);
247
byte reportType = data.getByte(
BluetoothInputDevice
.EXTRA_REPORT_TYPE);
248
String report = data.getString(
BluetoothInputDevice
.EXTRA_REPORT);
258
String report = data.getString(
BluetoothInputDevice
.EXTRA_REPORT);
315
if (service == null) return
BluetoothInputDevice
.STATE_DISCONNECTED
[
all
...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
HidProfile.java
22
import android.bluetooth.
BluetoothInputDevice
;
38
private
BluetoothInputDevice
mService;
56
mService = (
BluetoothInputDevice
) proxy;
LocalBluetoothProfileManager.java
23
import android.bluetooth.
BluetoothInputDevice
;
118
BluetoothInputDevice
.ACTION_CONNECTION_STATE_CHANGED);
/frameworks/base/core/java/android/bluetooth/
BluetoothInputDevice.java
38
*<p>
BluetoothInputDevice
is a proxy object for controlling the Bluetooth
40
* the
BluetoothInputDevice
proxy object.
45
public final class
BluetoothInputDevice
implements 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
.extra.VIRTUAL_UNPLUG_STATUS"
[
all
...]
BluetoothAdapter.java
[
all
...]
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java
227
mConnectionAction =
BluetoothInputDevice
.ACTION_CONNECTION_STATE_CHANGED;
322
mInput = (
BluetoothInputDevice
) proxy;
361
private
BluetoothInputDevice
mInput = null;
[
all
...]
Completed in 507 milliseconds