CHIP-bluetooth-speaker icon indicating copy to clipboard operation
CHIP-bluetooth-speaker copied to clipboard

Pairing shouldn't ask for PIN

Open hadess opened this issue 9 years ago • 2 comments

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...

hadess avatar May 13 '16 13:05 hadess

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)

chadberg avatar Jun 08 '16 22:06 chadberg

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.

hadess avatar Jun 14 '16 18:06 hadess