summaryrefslogtreecommitdiffstats
path: root/tests/bttestui/README
blob: e76ea90e1108a870492b1a09fd4ae88d4e951432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This application is a graphical test application for Bluetooth.
It is able to invoke close to all API features offered by the QtBluetooth API.
It includes features like:

1.) Turning Bluetooth on/off
2.) Pairing with remote devices
3.) Discovery of services and devices
4.) Connecting to a remote SPP profile using RFCOMM
5.) Start of a SPP Bluetooth server

Some features require interaction with remote devices. In particular this involves
pairing and the direct connecting to remote SPP servers. The remote test device address
is hardcoded via BTCHAT_DEVICE_ADDR.

Also, the test application reuses the service uuid employed by the btchat example
(see examples/bluetooth/btchat). It can either directly connect to the remote
btchat app server or create its own btchat server.

Note that the application is purposely very liberal with regards to the amount of its
debug output. This is done to be able to confirm proper working of the tested
APIs.