Data Received from RfComm

Login to reply to this topic.
Sat, 2008-02-16 05:59
Joined: 2007-11-12
Forum posts: 17

im using a bluetooth application to receive data asynchronously like in the bluetooth point-to-multipoint example given in the nokia site. I have to write this data into a file. I need to check for a particular string "" from the stream of strings received in order to determine when to rite the file. My program basically queries a keyword to the server and then receives a response, each response is in xml form and ends with "". How do i detect this string. I guess i have to do this in the HandleListenerDataReceivedL(const TDesC& aData) function. Please some help here.

  • Login to reply to this topic.