How to pair Bluetooth device programmatically Android

How can I avoid or dismiss Android’s Bluetooth pairing notification when I am doing programmatic pairing?

This seems to give you the answer, with the pin entering and all. It involves sending .setPin() whenever you get the message.

Leave a Comment