I am currently using connect() to pair my android phone to a bluetooth device. If it's the first time I do it, it asks me to enter the PIN number. However, I saw there was a fonction called createbond() useful to pair devices, but only from API 19 and later.
There is my question: how to pair devices, without connecting, and from API 14 and later? Or do I misuse/misunderstand these functions?
Thanks