Location:
btmanclient.h
Link against: bluetooth.lib
TBTDeviceSelectionParams
Supported from 6.1
Device information used to form a list of possible devices from which the user can select the appropriate device.
Either the device class or the SDP UUID may be left blank. The device selection plug-in must perform a device search relating to the information passed in, although the search need not be constrained by this.
Defined in TBTDeviceSelectionParams:
DeviceClass(), IsValidDeviceClass(), IsValidUUID(), SetDeviceClass(), SetUUID(), TBTDeviceSelectionParams(), UUID()
TBTDeviceClass DeviceClass();
Gets the device class.
|
void SetDeviceClass(TBTDeviceClass aClass);
Sets the device class.
|
TBool IsValidDeviceClass();
Tests if the device class has been set.
|
TBool IsValidUUID();
Tests if the UUID has been set.
|