This file is indexed.

/usr/share/qt5/doc/qtbluetooth/examples-manifest.xml is in qtconnectivity5-doc-html 5.7.1~20161021-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<instructionals module="QtBluetooth">
    <examples>
        <example name="Bluetooth Chat Example" docUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/qtbluetooth-btchat-example.html" projectPath="bluetooth/btchat/btchat.pro" imageUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/images/btchat-example.png">
            <description><![CDATA[An example showing communication through Bluetooth.]]></description>
            <tags>bluetooth,chat</tags>
            <fileToOpen mainFile="true">bluetooth/btchat/main.cpp</fileToOpen>
        </example>
        <example name="Bluetooth File Transfer Example" docUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/qtbluetooth-btfiletransfer-example.html" projectPath="bluetooth/btfiletransfer/btfiletransfer.pro" imageUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/images/btfiletransfer-example.png">
            <description><![CDATA[An example showing the use of Bluetooth Object Push Profile (OPP).]]></description>
            <tags>bluetooth,file,transfer</tags>
            <fileToOpen mainFile="true">bluetooth/btfiletransfer/main.cpp</fileToOpen>
        </example>
        <example name="Bluetooth Low Energy Heart Listener Example" docUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/qtbluetooth-heartlistener-example.html" projectPath="bluetooth/heartlistener/heartlistener.pro" imageUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/images/heartratemonitor.png">
            <description><![CDATA[An example demonstrating the interaction with a Bluetooth Low Energy Heart Rate device/service. The example demonstrates the use of all Qt Bluetooth Low Energy classes.]]></description>
            <tags>bluetooth,energy,heart,listener,low</tags>
            <fileToOpen>bluetooth/heartlistener/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">bluetooth/heartlistener/assets/main.qml</fileToOpen>
        </example>
        <example name="Bluetooth Low Energy Heart Rate Server Example" docUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/qtbluetooth-heartrate-server-example.html" projectPath="bluetooth/heartrate-server/heartrate-server.pro" imageUrl="qthelp://org.qt-project.qtdoc.571/qtdoc/images/qt-codesample.png">
            <description><![CDATA[An example demonstrating how to set up and advertise a GATT service. The example demonstrates the use of the Qt Bluetooth Low Energy classes related to peripheral (slave) functionality.]]></description>
            <tags>bluetooth,energy,heart,low,rate,server</tags>
            <fileToOpen mainFile="true">bluetooth/heartrate-server/main.cpp</fileToOpen>
        </example>
        <example name="Bluetooth Low Energy Scanner Example" docUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/qtbluetooth-lowenergyscanner-example.html" projectPath="bluetooth/lowenergyscanner/lowenergyscanner.pro" imageUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/images/lowenergyscanner-services.png">
            <description><![CDATA[An application designed to browse the content of Bluetooth Low Energy peripheral devices. The example demonstrates the use of all Qt Bluetooth Low Energy classes.]]></description>
            <tags>bluetooth,energy,low,scanner</tags>
            <fileToOpen>bluetooth/lowenergyscanner/main.cpp</fileToOpen>
            <fileToOpen mainFile="true">bluetooth/lowenergyscanner/assets/main.qml</fileToOpen>
        </example>
        <example name="Bluetooth QML Chat Example" docUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/qtbluetooth-chat-example.html" projectPath="bluetooth/chat/chat.pro" imageUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/images/chat-view.png">
            <description><![CDATA[An example demonstrating communication through Bluetooth QML API.]]></description>
            <tags>bluetooth,chat,qml</tags>
            <fileToOpen mainFile="true">bluetooth/chat/chat.qml</fileToOpen>
        </example>
        <example name="Bluetooth QML Ping Pong example" docUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/qtbluetooth-pingpong-example.html" projectPath="bluetooth/pingpong/pingpong.pro" imageUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/images/intro.png">
            <description><![CDATA[A QML example showing Bluetooth communication.]]></description>
            <tags>bluetooth,ping,pong,qml</tags>
            <fileToOpen>bluetooth/pingpong/main.cpp</fileToOpen>
            <fileToOpen>bluetooth/pingpong/assets/main.qml</fileToOpen>
            <fileToOpen>bluetooth/pingpong/pingpong.h</fileToOpen>
            <fileToOpen mainFile="true">bluetooth/pingpong/pingpong.cpp</fileToOpen>
        </example>
        <example name="Bluetooth Scanner Example" docUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/qtbluetooth-btscanner-example.html" projectPath="bluetooth/btscanner/btscanner.pro" imageUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/images/btscanner-example.png">
            <description><![CDATA[An example showing how to locate Bluetooth devices.]]></description>
            <tags>bluetooth,scanner</tags>
            <fileToOpen mainFile="true">bluetooth/btscanner/main.cpp</fileToOpen>
        </example>
        <example name="QML Bluetooth Picture Push Example" docUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/qtbluetooth-picturetransfer-example.html" projectPath="bluetooth/picturetransfer/picturetransfer.pro" imageUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/images/opp-example-1.png">
            <description><![CDATA[An example showing the use Bluetooth Object Push Profile (OPP).]]></description>
            <tags>bluetooth,picture,push,qml</tags>
            <fileToOpen mainFile="true">bluetooth/picturetransfer/main.cpp</fileToOpen>
        </example>
        <example name="QML Bluetooth Scanner Example" docUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/qtbluetooth-scanner-example.html" projectPath="bluetooth/scanner/scanner.pro" imageUrl="qthelp://org.qt-project.qtbluetooth.571/qtbluetooth/images/devicescan.png">
            <description><![CDATA[A QML example about locating Bluetooth devices.]]></description>
            <tags>bluetooth,qml,scanner</tags>
            <fileToOpen mainFile="true">bluetooth/scanner/scanner.qml</fileToOpen>
        </example>
    </examples>
</instructionals>