If its just the bluetooth this is all yous need to do:
Crosh , shell , sudo -i when it comes to bluetooth and intel modules they have to be blacklisted on linux.
mount -o remount,rw /
nano /etc/modprobe.d/blacklist.conf
-- then add these lines somewhere (at the bottom of the file is fine):
blacklist pgdrv
blacklist btusb
blacklist btrtl
blacklist btbcm
blacklist btintel
Then press Ctrl+X, save Y then sudo reboot and exit
Try this first and see if it all works
For the wifi yous can try this:
sudo modprobe -r 88552be
sudo modprobe -i 88552be
Obviously yous will have to replace ur module version at the end like as it is in that example
(Might not work if the driver is not installed in the fyde kernel and for that only fyde can fix)