Home
last modified time | relevance | path

Searched refs:INPUT_HOST (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java149 static public final int INPUT_HOST = 19; field
DBluetoothInputHost.java206 mServiceListener.onServiceConnected(BluetoothProfile.INPUT_HOST,
217 mServiceListener.onServiceDisconnected(BluetoothProfile.INPUT_HOST);
DBluetoothAdapter.java2060 } else if (profile == BluetoothProfile.INPUT_HOST) { in getProfileProxy()
2139 case BluetoothProfile.INPUT_HOST: in closeProfileProxy()