This file is indexed.

/usr/share/qt5/doc/qtbluetooth/qbluetooth.html is in qtconnectivity5-doc-html 5.5.1-2build1.

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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qbluetooth.cpp -->
  <title>QBluetooth Namespace | Qt Bluetooth 5.5</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
    <div class="main">
    <div class="main-rounded">
        <div class="navigationbar">
        <ul>
<li>Qt 5.5</li>
<li><a href="qtbluetooth-index.html">Qt Bluetooth</a></li>
<li>QBluetooth Namespace</li>
<li id="buildversion">Qt 5.5.1 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#types">Types</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">QBluetooth Namespace</h1>
<!-- $$$QBluetooth-brief -->
<p>The <a href="qbluetooth.html">QBluetooth</a> namespace provides classes and functions related to Bluetooth. <a href="#details">More...</a></p>
<!-- @@@QBluetooth -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include &lt;QBluetooth&gt;</span>
</td></tr><tr><td class="memItemLeft rightAlign topAlign"> qmake:</td><td class="memItemRight bottomAlign"> QT += bluetooth</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Since:</td><td class="memItemRight bottomAlign">  Qt 5.2</td></tr></table></div><ul>
</ul>
<a name="types"></a>
<h2 id="types">Types</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> typedef </td><td class="memItemRight bottomAlign"><b><a href="qbluetooth.html#QLowEnergyHandle-typedef">QLowEnergyHandle</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> enum </td><td class="memItemRight bottomAlign"><b><a href="qbluetooth.html#Security-enum">Security</a></b> { NoSecurity, Authorization, Authentication, Encryption, Secure }</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> flags </td><td class="memItemRight bottomAlign"><b><a href="qbluetooth.html#Security-enum">SecurityFlags</a></b></td></tr>
</table></div>
<a name="details"></a>
<!-- $$$QBluetooth-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qbluetooth.html">QBluetooth</a> namespace provides classes and functions related to Bluetooth.</p>
</div>
<!-- @@@QBluetooth -->
<div class="types">
<h2>Type Documentation</h2>
<!-- $$$QLowEnergyHandle -->
<h3 class="fn" id="QLowEnergyHandle-typedef"><a name="QLowEnergyHandle-typedef"></a>typedef <span class="name">QLowEnergyHandle</span></h3>
<p>Typedef for Bluetooth Low Energy ATT attribute handles.</p>
<p>This typedef was introduced in  Qt 5.4.</p>
<!-- @@@QLowEnergyHandle -->
<!-- $$$Security$$$NoSecurity$$$Authorization$$$Authentication$$$Encryption$$$Secure -->
<h3 class="flags" id="Security-enum"><a name="Security-enum"></a>enum QBluetooth::<span class="name">Security</span><br/>flags QBluetooth::<span class="name">SecurityFlags</span></h3>
<p>This enum describe the security requirements of a Bluetooth service.</p>
<div class="table"><table class="valuelist"><tr valign="top" class="odd"><th class="tblConst">Constant</th><th class="tblval">Value</th><th class="tbldscr">Description</th></tr>
<tr><td class="topAlign"><code>QBluetooth::NoSecurity</code></td><td class="topAlign"><code>0x00</code></td><td class="topAlign">The service does not require any security.</td></tr>
<tr><td class="topAlign"><code>QBluetooth::Authorization</code></td><td class="topAlign"><code>0x01</code></td><td class="topAlign">The service requires authorization by the user, unless the device is Authorized-Paired.</td></tr>
<tr><td class="topAlign"><code>QBluetooth::Authentication</code></td><td class="topAlign"><code>0x02</code></td><td class="topAlign">The service requires authentication. Device must be paired, and the user is prompted on connection unless the device is Authorized-Paired.</td></tr>
<tr><td class="topAlign"><code>QBluetooth::Encryption</code></td><td class="topAlign"><code>0x04</code></td><td class="topAlign">The service requires the communication link to be encrypted. This requires the device to be paired.</td></tr>
<tr><td class="topAlign"><code>QBluetooth::Secure</code></td><td class="topAlign"><code>0x08</code></td><td class="topAlign">The service requires the communication link to be secure. Simple Pairing from Bluetooth 2.1 or greater is required. Legacy pairing is not permitted.</td></tr>
</table></div>
<p>The SecurityFlags type is a typedef for <a href="../qtcore/qflags.html">QFlags</a>&lt;Security&gt;. It stores an OR combination of Security values.</p>
<!-- @@@Security -->
</div>
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2015 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>