Searched refs:mHeadset (Results 1 – 1 of 1) sorted by relevance
102 BluetoothHeadset mHeadset; field in BluetoothPeripheralHandover182 if (mA2dp == null || mHeadset == null || mInput == null) { in nextStepInit()204 mHeadset.getConnectedDevices().contains(mDevice)) { in nextStepInit()234 if (mHeadset.getConnectionState(mDevice) in nextStepDisconnect()237 mHeadset.disconnect(mDevice); in nextStepDisconnect()340 if (mHeadset.getConnectionState(mDevice) != in nextStepConnect()343 mHeadset.connect(mDevice); in nextStepConnect()468 if (mHeadset != null) { in complete()469 mBluetoothAdapter.closeProfileProxy(BluetoothProfile.HEADSET, mHeadset); in complete()477 mHeadset = null; in complete()[all …]