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