Searched refs:sHidProfile (Results 1 - 1 of 1) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
H A DBluetoothHidFacade.java43 private static BluetoothInputDevice sHidProfile = null; field in class:BluetoothHidFacade
56 sHidProfile = (BluetoothInputDevice) proxy;
67 if (sHidProfile == null) return false;
68 return sHidProfile.connect(device);
72 if (sHidProfile == null) return false;
73 return sHidProfile.disconnect(device);
86 if (sHidProfile == null)
98 if (sHidProfile == null)
100 Log.d("Connected devices: " + sHidProfile.getConnectedDevices());
101 BluetoothDevice mDevice = BluetoothFacade.getDevice(sHidProfile
[all...]

Completed in 125 milliseconds