Searched refs:BluetoothInputDevice (Results 1 – 3 of 3) sorted by relevance
45 public final class BluetoothInputDevice implements BluetoothProfile { class226 /*package*/ BluetoothInputDevice(Context context, ServiceListener l) { in BluetoothInputDevice() method in BluetoothInputDevice461 … mServiceListener.onServiceConnected(BluetoothProfile.INPUT_DEVICE, BluetoothInputDevice.this);
1168 BluetoothInputDevice iDev = new BluetoothInputDevice(context, listener); in getProfileProxy()1205 BluetoothInputDevice iDev = (BluetoothInputDevice)proxy; in closeProfileProxy()
227 mConnectionAction = BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED; in ConnectProfileReceiver()322 mInput = (BluetoothInputDevice) proxy;361 private BluetoothInputDevice mInput = null;944 assertTrue(((BluetoothInputDevice)proxy).connect(device)); in connectProfile()1019 assertTrue(((BluetoothInputDevice)proxy).disconnect(device)); in disconnectProfile()1245 if (state == BluetoothInputDevice.STATE_DISCONNECTED in disconnectFromRemoteOrVerifyConnectNap()1263 methodName, state, BluetoothInputDevice.STATE_DISCONNECTED, firedFlags, mask)); in disconnectFromRemoteOrVerifyConnectNap()1412 BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED}; in getConnectProfileReceiver()