Searched refs:sHfpClientProfile (Results 1 – 1 of 1) sorted by relevance
46 private static BluetoothHeadsetClient sHfpClientProfile = null; field in BluetoothHfpClientFacade60 sHfpClientProfile = (BluetoothHeadsetClient) proxy; in onServiceConnected()76 if (sHfpClientProfile == null) return false; in hfpClientConnect()77 return sHfpClientProfile.connect(device); in hfpClientConnect()86 if (sHfpClientProfile == null) return false; in hfpClientDisconnect()87 return sHfpClientProfile.disconnect(device); in hfpClientDisconnect()111 if (sHfpClientProfile == null) return; in bluetoothHfpClientSetPriority()117 sHfpClientProfile.setPriority(device, priority); in bluetoothHfpClientSetPriority()130 if (sHfpClientProfile == null) return BluetoothProfile.PRIORITY_UNDEFINED; in bluetoothHfpClientGetPriority()133 return sHfpClientProfile.getPriority(device); in bluetoothHfpClientGetPriority()[all …]