PDA

View Full Version : Send File Via bluetooth



IGHOR
29th August 2008, 19:16
Hello Qt Programmers!
I need to send any file using Qt via Bluetooth.
Please help me how to do it!
Vary thank's All for response!

wysota
30th August 2008, 14:17
Qt doesn't handle such things by itself. You need a real bluetooth stack for that. Then you can use some library (like libbluez) to access the stack.

IGHOR
30th August 2008, 17:48
Qt doesn't handle such things by itself. You need a real bluetooth stack for that. Then you can use some library (like libbluez) to access the stack.

Thank'S I will try use libbluez!