I like to discover SPP with my Android application.
This is not working.
So I did some tests with btchat:
    ...
    RemoteSelector remoteSelector(adapter);
    //remoteSelector.startDiscovery(QBluetoothUuid(serviceUuid)); // => origional code
    //remoteSelector.startDiscovery(QBluetoothUuid(QBluetoothUuid::SerialPort)); // => this should discover all SPP devices => not working
    remoteSelector.startDiscovery(QBluetoothUuid()); // => this should discover any device => my PC is listed => so BT is working in general
    if (remoteSelector.exec() == QDialog::Accepted) {
    ...
- is required for
 - 
                    
QTBUG-37065 Issues to be fixed before 5.3.0 RC1 release
-         
 - Closed
 
 -         
 
| For Gerrit Dashboard: QTBUG-38140 | ||||||
|---|---|---|---|---|---|---|
| # | Subject | Branch | Project | Status | CR | V | 
| 83260,2 | Use extended SDP discovery in btchat example. | stable | qt/qtconnectivity | Status: MERGED | +2 | 0 | 
| 83300,3 | Do not always filter Serial Port profiles out anymore on Android | release | qt/qtconnectivity | Status: MERGED | +2 | 0 | 
| 83522,1 | Do not always filter Serial Port profiles out anymore on Android | stable | qt/qtconnectivity | Status: ABANDONED | 0 | 0 |