An app that receives a text via bluetooth from a microcontroller, show it in the screen, and the text is pronounced
The sample demonstrates the following, using the [Bluetooth API][1]:
- [Setting up][2] Bluetooth
- [Scanning][3] for other Bluetooth devices
- [Querying][4] the local Bluetooth adapter for paired Bluetooth devices
- [Establishing RFCOMM][5] channels/sockets
- [Connecting][6] to a remote device
- [Transfering][7] data over Bluetooth