i have a example which enable me to sent text data across to another phone via bluetooth. i tried to reinterpret_cast<TUint8*> the object into TPtr8, n sent through. the send seems to be working fine, but the receving party seems to have problem to cast the data back to the original object. Is this method the right way to send the object across? i need help urgently,..