Read-only archive of the All About Symbian forum (2001–2013) · About this archive

What does this UUID Parameter mean in TUUID(TUint32 aLong);

0 replies · 2,378 views · Started 07 November 2002

Hi all...

I am using some examples from the SDK.

// 2. Start the device selection plug-in
TBTDeviceSelectionParams selectionFilter;
TUUID targetServiceClass(0x2345);
selectionFilter.SetUUID(targetServiceClass);

Here,TUUID targetServiceClass(0x2345) -> does this 0x2345 mean a Bluetooth Device UUID that I have in my Lab..? So, it means that if I have a Bluetooth device , and I know UUID of it, I can program my 7650's Bluetooth so that it searches only for the Specific BT among all other BT in range........am I right..?

Nintel