FileDocCategorySizeDatePackage
IBluetoothInputDevice.javaAPI DocAndroid 5.1 API17714Sat Mar 14 05:47:58 GMT 2015android.bluetooth

IBluetoothInputDevice

public interface IBluetoothInputDevice implements android.os.IInterface
API for Bluetooth HID service {@hide}

Fields Summary
Constructors Summary
Methods Summary
public booleanconnect(android.bluetooth.BluetoothDevice device)

public booleandisconnect(android.bluetooth.BluetoothDevice device)

public java.util.ListgetConnectedDevices()

public intgetConnectionState(android.bluetooth.BluetoothDevice device)

public java.util.ListgetDevicesMatchingConnectionStates(int[] states)

public intgetPriority(android.bluetooth.BluetoothDevice device)

public booleangetProtocolMode(android.bluetooth.BluetoothDevice device)

hide

public booleangetReport(android.bluetooth.BluetoothDevice device, byte reportType, byte reportId, int bufferSize)

hide

public booleansendData(android.bluetooth.BluetoothDevice device, java.lang.String report)

hide

public booleansetPriority(android.bluetooth.BluetoothDevice device, int priority)

public booleansetProtocolMode(android.bluetooth.BluetoothDevice device, int protocolMode)

hide

public booleansetReport(android.bluetooth.BluetoothDevice device, byte reportType, java.lang.String report)

hide

public booleanvirtualUnplug(android.bluetooth.BluetoothDevice device)

hide