How to setup Bluetooth on a Raspberry Pi
This was tested on a Raspberry Pi Zero W
Enter in the Bluetooth Mode
pi@raspberrypi:~ $ bluetoothctl
[bluetooth]# agent on
[bluetooth]# default-agent
[bluetooth]# scan on
To Pair
While being in bluetooth mode
[bluetooth]# pair XX:XX:XX:XX:XX:XX
To Exit out of bluetoothctl anytime, just type exit
If you have scrolled this far, consider subscribing to my mailing list here. You can subscribe to either a specific type of post you are interested in, or subscribe to everything with the "Everything" list.