Warning, /frameworks/bluez-qt/README.md is written in an unsupported language. File is not indexed.

0001 # BluezQt
0002 
0003 Qt wrapper for BlueZ 5 DBus API
0004 
0005 ## Introduction
0006 
0007 BluezQt is a library for communication with BlueZ system and session daemons.
0008 
0009 <ul>
0010   <li>BluezQt::Manager class is used to communicate with system daemon - org.bluez</li>
0011   <li>BluezQt::ObexManager class is used to communicate with session daemon - org.bluez.obex</li>
0012 </ul>
0013 
0014 All method calls are asynchronous using BluezQt::PendingCall that helps tracking
0015 the call progress and handle errors.
0016