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()
89 if (sHspProfile == null) return; in bluetoothHspSetPriority()
93 sHspProfile.setPriority(device, priority); in bluetoothHspSetPriority()
101 if (sHspProfile == null) in bluetoothHspConnect()
113 if (sHspProfile == null) in bluetoothHspDisconnect()
[all …]