This file is indexed.

/usr/share/qt5/doc/qtbluetooth/qbluetooth.html 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
 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
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
<?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.7</title>
  <link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
  <script type="text/javascript">
    window.onload = function(){document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");};
  </script>
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="main">
    <div class="main-rounded">
      <div class="navigationbar">
        <table><tr>
<td >Qt 5.7</td><td ><a href="qtbluetooth-index.html">Qt Bluetooth</a></td><td >QBluetooth Namespace</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right">Qt 5.7.1 Reference Documentation</td>
        </tr></table>
      </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"> enum </td><td class="memItemRight bottomAlign"><b><a href="qbluetooth.html#AttAccessConstraint-enum">AttAccessConstraint</a></b> { AttAuthorizationRequired, AttAuthenticationRequired, AttEncryptionRequired }</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> flags </td><td class="memItemRight bottomAlign"><b><a href="qbluetooth.html#AttAccessConstraint-enum">AttAccessConstraints</a></b></td></tr>
<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>
<!-- $$$AttAccessConstraint$$$AttAuthorizationRequired$$$AttAuthenticationRequired$$$AttEncryptionRequired -->
<h3 class="flags" id="AttAccessConstraint-enum"><a name="AttAccessConstraint-enum"></a>enum QBluetooth::<span class="name">AttAccessConstraint</span><br/>flags QBluetooth::<span class="name">AttAccessConstraints</span></h3>
<p>This enum describes the possible requirements for reading or writing an ATT attribute.</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::AttAuthorizationRequired</code></td><td class="topAlign tblval"><code>0x1</code></td><td class="topAlign">The client needs authorization from the ATT server to access the attribute.</td></tr>
<tr><td class="topAlign"><code>QBluetooth::AttAuthenticationRequired</code></td><td class="topAlign tblval"><code>0x2</code></td><td class="topAlign">The client needs to be authenticated to access the attribute.</td></tr>
<tr><td class="topAlign"><code>QBluetooth::AttEncryptionRequired</code></td><td class="topAlign tblval"><code>0x4</code></td><td class="topAlign">The attribute can only be accessed if the connection is encrypted.</td></tr>
</table></div>
<p>This enum was introduced or modified in  Qt 5.7.</p>
<p>The AttAccessConstraints type is a typedef for <a href="../qtcore/qflags.html">QFlags</a>&lt;AttAccessConstraint&gt;. It stores an OR combination of AttAccessConstraint values.</p>
<!-- @@@AttAccessConstraint -->
<!-- $$$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 tblval"><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 tblval"><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 tblval"><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 tblval"><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 tblval"><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> 2016 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>