I use DataAddress() function in CFbsBitmap to get the pointer to its data. The type of pointer is TUint32. Now I want to send the data via bluetooth, but now I need to convert it to TDesC8, how I can do this or is there another way to send bitmap data via bluetooth?