You can blacklist the bluetooth kernel module:
echo bluetooth >> /etc/modprobe.d/blacklist.conf
This should disable the device from being initialized.
* * *
As far as `-bt 0`. I was able to google it with _disable bluetooth "bt 0"_. The first result suggests it was a flag passed to `hal` to disable bluetooth. Unfortunately `hal` is depreciated so this method will no longer work.