04-11-2011 02:31 AM
Hi Dear All,
I am working on Bluetooth module of labview and Symbian S60 3rd Ed FP2 SDK of Nokia Mobile platform.
Symbian C++ API for "CSdpAgent’s SetRecordFilterL" discovers and filters based on 16-bit UUID of Services adverstied by other Bluetooth devices.i.e. 0x10ff
Problem that i am facing is that Labview advertieses 128-bit UUID in GUID format so how to handle it in labview. i.e.
000010ff-0000-1000-8000-00805f9b34fb
How may i advertise 16-bit UUID via Labview. and make these two software advertised or discovered UUID in same compatible format.
Kindly do help me in this problem.
Thanks & Regards
awais qureshi
04-12-2011 02:05 PM
Is there a specific VI you're wondering about? I'm not sure exactly what you're trying to do, but it sounds like you're having issues with the two different platforms wanting to use two different ID number schemes. Is that correct?
04-18-2011 12:43 AM
Hi James
Thanks for reply.
I got my mobile and BT Labview application working. Actually my BT application advertises 128-bit UUID whereas in default mode my mobile symbian platform discovers and advertises 32-bit short code. So i needed to change the option for UUID in my Mobile symbian C++ program to advertise and accept 128-bit UUID format. So no problems with Labview and now i am working perfectly at both platforms end.
Thanks once agian for your support.
Regards
awais qureshi