Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothHspFacade.java44 private static BluetoothHeadset sHspProfile = null; field in BluetoothHspFacade
57 sHspProfile = (BluetoothHeadset) proxy; in onServiceConnected()
68 if (sHspProfile == null) return false; in hspConnect()
69 return sHspProfile.connect(device); in hspConnect()
73 if (sHspProfile == null) return false; in hspDisconnect()
74 return sHspProfile.disconnect(device); in hspDisconnect()
87 if (sHspProfile == null) in bluetoothHspConnect()
99 if (sHspProfile == null) in bluetoothHspDisconnect()
101 Log.d("Connected devices: " + sHspProfile.getConnectedDevices()); in bluetoothHspDisconnect()
102 BluetoothDevice mDevice = BluetoothFacade.getDevice(sHspProfile.getConnectedDevices(), in bluetoothHspDisconnect()
[all …]