I’m trying to setup a bluetooth server for one device with Qt and can’t figure out how to use QDbus and bluez.
The device is going to send strings. The two are already paired.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your question is quite generic, what is your problem exactly?
A very good resource to start understanding bluetooth protocol and its programming model in C is http://www.btessentials.com/
The original resource that has reorganised into the mentioned book is available online here Once you will have a fair understanding of the basic you could seriously think to wrap everything with Qt 🙂