Public Member Functions | |
| TBluetoothInfo (TDes &aName, TDes &aAddress) | |
| void | GetDeviceName (TDes &aName) | 
| void | GetAddressHex (TDes &aAddress) | 
| void | SetDeviceName (TDes &aName) | 
| void | SetAddressHex (TDes &aAddress) | 
TBluetoothInfo represents Bluetooth device's data.
Definition at line 43 of file bluetoothinfo.h.
| TBluetoothInfo::TBluetoothInfo | ( | TDes & | aName, | |
| TDes & | aAddress | |||
| ) | 
discussion Destructor. param aName is the name of a bluetooth device. param aAddress is the address of a bluetooth device.
Definition at line 38 of file bluetoothinfo.cpp.
| void TBluetoothInfo::GetDeviceName | ( | TDes & | aName | ) | 
discussion Gets name of bluetooth device. param aName is a reference which the name of a bluetooth device is copied
Definition at line 50 of file bluetoothinfo.cpp.
| void TBluetoothInfo::GetAddressHex | ( | TDes & | aAddress | ) | 
void GetAddressHex()
discussion Gets address of bluetooth device. param aAddress is the reference which the address of a bluetooth device is copied.
Definition at line 60 of file bluetoothinfo.cpp.
| void TBluetoothInfo::SetDeviceName | ( | TDes & | aName | ) | 
discussion Sets the name of a bluetooth device param aName is the name of a bluetooth device
Definition at line 71 of file bluetoothinfo.cpp.
| void TBluetoothInfo::SetAddressHex | ( | TDes & | aAddress | ) | 
discussion Sets the address of a bluetooth device. param aAddress is the address of a device
Definition at line 81 of file bluetoothinfo.cpp.
 1.6.2