Location:
btextnotifiers.h
Link against: bluetooth.lib
TBTDeviceResponseParams
Supported from 6.1
Information about the device selected by a user from a Device Selection dialog.
You can use the tester functions to test if the response contains the device address/name/class.
Defined in TBTDeviceResponseParams:
BDAddr(), DeviceClass(), DeviceName(), IsValidBDAddr(), IsValidDeviceClass(), IsValidDeviceName(), SetDeviceAddress(), SetDeviceClass(), SetDeviceName(), TBTDeviceResponseParams()
const TBTDevAddr& BDAddr() const;
Gets the device address.
|
TBTDeviceClass DeviceClass();
Gets the device class.
|
TBool IsValidBDAddr() const;
Tests if the device address has been set in the object.
|
TBool IsValidDeviceClass();
Tests if the device class has been set in the object.
|
TBool IsValidDeviceName() const;
Tests if the device name has been set in the object.
|
void SetDeviceAddress(const TBTDevAddr& aBDAddr);
Sets the device address in the object.
|
void SetDeviceClass(TBTDeviceClass aClass);
Sets the device class in the object.
|
void SetDeviceName(const TDesC& aName);
Sets the device name in the object.
|