| class TBTDeviceResponseParams |
Class to allow parameters to be received from the device selection dialog via the RNotifier API.
| Public Member Functions | |
|---|---|
| TBTDeviceResponseParams() | |
| IMPORT_C const TBTDevAddr & | BDAddr() |
| IMPORT_C TBTDeviceClass | DeviceClass() |
| IMPORT_C const TDesC & | DeviceName() |
| IMPORT_C TBool | IsValidBDAddr() |
| IMPORT_C TBool | IsValidDeviceClass() |
| IMPORT_C TBool | IsValidDeviceName() |
| IMPORT_C void | SetDeviceAddress(const TBTDevAddr &) |
| IMPORT_C void | SetDeviceClass(TBTDeviceClass) |
| IMPORT_C void | SetDeviceName(const TDesC &) |
| IMPORT_C void | SetDeviceAddress | ( | const TBTDevAddr & | aBDAddr | ) |
| const TBTDevAddr & aBDAddr |
| IMPORT_C void | SetDeviceClass | ( | TBTDeviceClass | aClass | ) |
| TBTDeviceClass aClass |
| IMPORT_C void | SetDeviceName | ( | const TDesC & | aName | ) |
| const TDesC & aName |
| TBuf< KMaxBluetoothNameLen > | iDeviceName | [private] |
The name given by the remote device
| TBool | iValidDeviceClass | [private] |
ETrue if iDeviceClass has been set, EFalse if not
| TBool | iValidDeviceName | [private] |
ETrue if iDeviceName has been set, EFalse if not