Pairing shouldn't ask for PIN
Pairing shouldn't even ask for the PIN on the phone (if it's a common default like "0000") but still does. It didn't during my initial testing...
Grab the simple bt-agent from the bluetooth packages and modify it to automatically accept pairing with no pin. (set capability to NoInputNoOutput, and maybe set authorize service to always return true)
Grab the simple bt-agent from the bluetooth packages and modify it to automatically accept pairing with no pin. (set capability to NoInputNoOutput, and maybe set authorize service to always return true)
There's already an agent running with a 0000 default pin code. Nothing else should be necessary.