Searched refs:sHspProfile (Results 1 – 1 of 1) sorted by relevance
44 private static BluetoothHeadset sHspProfile = null; field in BluetoothHspFacade57 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 …]