How can a specify specific bluetooth adapter?
You could manually shut it down with sudo hciconfig hci0 down
but a udev rule could work also gksudo gedit /etc/udev/rules.d/10-local.rules
and enter the following
ACTION=="add", KERNEL=="hci0", RUN+="/usr/bin/hciconfig hci0 down"
Save, exit and reboot