This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Sending text through Bluetooth to Android on Stellaris

Hi everyone,

    Currently working on sending text from Stellaris to an Android phone/tablet. I am using the Bluetopia SPP demo application to pair up with the Android phone. So far I have successfully paired. 

Here are the console messages:

Client>OpenRemoteServer peter 1

SPP_Open_Remote_Port success.

Client>
atPINCodeRequest: 0xd4206d17e15d
Respond with: PINCodeResponse

Client>PINCodeResponse 1234
GAP_Authentication_Response(), Pin Code Response Success.

Client>
atLinkKeyCreation: 0xd4206d17e15d
Link Key Stored.

Client>
SPP Open Confirmation, ID: 0x0002, Status 0x0000.

Client>
SPP Port Status Indication: 0x0002, Status: 0x000b, Break Status: 0x0000, Length: 0x0000.

Client>
SPP Close Port, ID: 0x0002

But I tried write and it keeps telling me  Function Error.

 So my questions is this,

1. Do I need a separate application to serve as a bluetooth server on the phone? Or I only need to click the bluetooth settings to send something? 

2.  If a server application isn't required, are the connection steps wrong?

Any help is appreciated. Thanks in advance.

Harpiebro