I am using a MSP430 + cc2564 embedded device to communicate with an Android phone app. The code for the embedded device is based on the SPPLEDemo_Lite project, and I hard coded the pin code "0000" in the embedded device. The pairing process is successful, except the fact that I had to type in "0000" in the Android phone.
My question is: is there a way, e.g., disable the pin code or hard-code it in the Android phone app, to bypass the "manual type in 0000" step in the Android phone?
Thanks in advance,