Searched refs:sHfpClientProfile (Results 1 – 1 of 1) sorted by relevance
45 private static BluetoothHeadsetClient sHfpClientProfile = null; field in BluetoothHfpClientFacade59 sHfpClientProfile = (BluetoothHeadsetClient) proxy; in onServiceConnected()75 if (sHfpClientProfile == null) return false; in hfpClientConnect()76 return sHfpClientProfile.connect(device); in hfpClientConnect()85 if (sHfpClientProfile == null) return false; in hfpClientDisconnect()86 return sHfpClientProfile.disconnect(device); in hfpClientDisconnect()110 if (sHfpClientProfile == null) return; in bluetoothHfpClientSetPriority()116 sHfpClientProfile.setPriority(device, priority); in bluetoothHfpClientSetPriority()129 if (sHfpClientProfile == null) return BluetoothProfile.PRIORITY_UNDEFINED; in bluetoothHfpClientGetPriority()132 return sHfpClientProfile.getPriority(device); in bluetoothHfpClientGetPriority()[all …]