File: README.md

package info (click to toggle)
bluez-qt 5.28.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,184 kB
  • sloc: cpp: 10,260; xml: 317; sh: 22; makefile: 5
file content (16 lines) | stat: -rw-r--r-- 430 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# BluezQt

Qt wrapper for BlueZ 5 DBus API

## Introduction

BluezQt is a library for communication with BlueZ system and session daemons.

<ul>
  <li>Manager class is used to communicate with system daemon - org.bluez</li>
  <li>ObexManager class is used to communicate with session daemon - org.bluez.obex</li>
</ul>

All method calls are asynchronous using PendingCall that helps tracking
the call progress and handle errors.