A simple solution for me would be to listen to the bluetooth interface and having a script run that disables WiFi when a device connects via bluetooth with my pi and enables WiFi again once the device disconnects. Its a little ironic that I call this solution simple since I actually have no idea how to go about it. I am currently working off the thread below to code my own program. Douglas6 suggests monitoring the the dbus system for bluez messages, and reacting to them. However I don't have any knowledge about that stuff. Could you guys tell if i am on the right path, or maybe someone even knows a better and/or already existing solution?