Problem solved - All continuity features including handoff and apple watch (I have a series 3) unlock work!
See this thread for the solution. The specific application of this solution for my 2011 iMac 27 with a BCM94369CD from
OSX WIFI installed and macOS Mojave 10.14.4 installed using the
dosdude1 patcher is below:
In terminal get your board number using the following command: ioreg -l | grep "board-id" | awk -F\" '{print $4}'
For example my board number is: Mac-942B59F58194171B
Using TextEdit search for your board number (i.e. Mac-942B59F58194171B) and set flag to "true" in: /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Resources/SystemParameters.plist
Note: First copy SystemParameters.plist to your desktop, edit it, and then copy it back into the /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Resources/ folder. Keep a backup copy of the original SystemParameters.plist file in case you need to revert back to the original
Then perform these two commands in Terminal:
sudo -E perl -pi -e "s/\Mac-00BE6ED71E35EB86/\Mac-942B59F58194171B/" /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcm4360.kext/Contents/MacOS/AirPortBrcm4360
sudo -E perl -pi -e "s/\Mac-00BE6ED71E35EB86/\Mac-942B59F58194171B/" /System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AirPortBrcmNIC.kext/Contents/MacOS/AirPortBrcmNIC
In system preferences/general: Uncheck "Allow Handoff between this Mac and your iCloud devices"
Reboot
In system preferences/general: Check "Allow Handoff between this Mac and your iCloud devices"
Reboot