This application demonstrates how to make a simple connection between two Bluetooth devices. It will pair the devices using the 2.1 Simple Pairing 'Just works' model, and send "Hello World" from Device A to Device B.
Device A is the master, initiates the connection and sends the "Hello World" String.
Device B is the slave, it scans for the connection from Device A and then receives and outputs the string to the xIDE 'Print Channel 0' tab
这个源代码主要是让大家直观感受一下蓝牙编程是怎么回事,要进一步提高还需要继续学习