File
Doc
Category
Size
Date
Package
IBluetoothInputDevice.java
API Doc
Android 5.1 API
17714
Sat Mar 14 05:47:58 GMT 2015
android.bluetooth
IBluetoothInputDevice
public interface IBluetoothInputDevice implements android.os.IInterface
API for Bluetooth HID service {@hide}
Fields Summary
Constructors Summary
Methods Summary
public
boolean
connect
(
android.bluetooth.BluetoothDevice
device)
public
boolean
disconnect
(
android.bluetooth.BluetoothDevice
device)
public
java.util.List
getConnectedDevices
()
public
int
getConnectionState
(
android.bluetooth.BluetoothDevice
device)
public
java.util.List
getDevicesMatchingConnectionStates
(
int[]
states)
public
int
getPriority
(
android.bluetooth.BluetoothDevice
device)
public
boolean
getProtocolMode
(
android.bluetooth.BluetoothDevice
device)
hide
public
boolean
getReport
(
android.bluetooth.BluetoothDevice
device,
byte
reportType,
byte
reportId,
int
bufferSize)
hide
public
boolean
sendData
(
android.bluetooth.BluetoothDevice
device,
java.lang.String
report)
hide
public
boolean
setPriority
(
android.bluetooth.BluetoothDevice
device,
int
priority)
public
boolean
setProtocolMode
(
android.bluetooth.BluetoothDevice
device,
int
protocolMode)
hide
public
boolean
setReport
(
android.bluetooth.BluetoothDevice
device,
byte
reportType,
java.lang.String
report)
hide
public
boolean
virtualUnplug
(
android.bluetooth.BluetoothDevice
device)
hide
Java Code Source