/usr/share/qt5/doc/qtbluetooth/qml-qtbluetooth-bluetoothservice.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 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qdeclarativebluetoothservice.cpp -->
<title>BluetoothService QML Type | 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 ><a href="qtbluetooth-qmlmodule.html">QML Types</a></td><td >BluetoothService QML Type</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="#properties">Properties</a></li>
<li class="level1"><a href="#signals">Signals</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">BluetoothService QML Type</h1>
<span class="subtitle"></span>
<!-- $$$BluetoothService-brief -->
<p>Provides information about a particular Bluetooth service. <a href="#details">More...</a></p>
<!-- @@@BluetoothService -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> import QtBluetooth 5.2</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Since:</td><td class="memItemRight bottomAlign"> Qt 5.2</td></tr></table></div><ul>
<li><a href="qml-qtbluetooth-bluetoothservice-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="properties"></a>
<h2 id="properties">Properties</h2>
<ul>
<li class="fn"><b><b><a href="qml-qtbluetooth-bluetoothservice.html#deviceAddress-prop">deviceAddress</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-qtbluetooth-bluetoothservice.html#deviceName-prop">deviceName</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-qtbluetooth-bluetoothservice.html#registered-prop">registered</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-qtbluetooth-bluetoothservice.html#serviceDescription-prop">serviceDescription</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-qtbluetooth-bluetoothservice.html#serviceName-prop">serviceName</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-qtbluetooth-bluetoothservice.html#serviceProtocol-prop">serviceProtocol</a></b></b> : enumeration</li>
<li class="fn"><b><b><a href="qml-qtbluetooth-bluetoothservice.html#serviceUuid-prop">serviceUuid</a></b></b> : string</li>
</ul>
<a name="signals"></a>
<h2 id="signals">Signals</h2>
<ul>
<li class="fn"><b><b><a href="qml-qtbluetooth-bluetoothservice.html#detailsChanged-signal">detailsChanged</a></b></b>()</li>
</ul>
<!-- $$$BluetoothService-description -->
<a name="details"></a>
<h2 id="details">Detailed Description</h2>
</p>
<p>It allows a QML project to get information about a remote service, or describe a service for a <a href="qml-qtbluetooth-bluetoothsocket.html">BluetoothSocket</a> to connect to.</p>
<p><b>See also </b><a href="qbluetoothaddress.html">QBluetoothAddress</a> and <a href="qbluetoothsocket.html">QBluetoothSocket</a>.</p>
<!-- @@@BluetoothService -->
<h2>Property Documentation</h2>
<!-- $$$deviceAddress -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="deviceAddress-prop">
<td class="tblQmlPropNode"><p>
<a name="deviceAddress-prop"></a><span class="name">deviceAddress</span> : <span class="type">string</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds the remote device's MAC address. It must be a valid address to connect to a remote device using a Bluetooth socket. Changing this property emits the <a href="qml-qtbluetooth-bluetoothservice.html#detailsChanged-signal">detailsChanged</a> signal.</p>
</div></div><!-- @@@deviceAddress -->
<br/>
<!-- $$$deviceName -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="deviceName-prop">
<td class="tblQmlPropNode"><p>
<a name="deviceName-prop"></a><span class="name">deviceName</span> : <span class="type">string</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds the name of the remote device. Changing this property emits the <a href="qml-qtbluetooth-bluetoothservice.html#detailsChanged-signal">detailsChanged</a> signal.</p>
</div></div><!-- @@@deviceName -->
<br/>
<!-- $$$registered -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="registered-prop">
<td class="tblQmlPropNode"><p>
<a name="registered-prop"></a><span class="name">registered</span> : <span class="type">string</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds the registration/publication status of the service. If true, the service is published during service discovery.</p>
</div></div><!-- @@@registered -->
<br/>
<!-- $$$serviceDescription -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="serviceDescription-prop">
<td class="tblQmlPropNode"><p>
<a name="serviceDescription-prop"></a><span class="name">serviceDescription</span> : <span class="type">string</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds the description provided by the remote service. Changing this property emits the <a href="qml-qtbluetooth-bluetoothservice.html#detailsChanged-signal">detailsChanged</a> signal.</p>
</div></div><!-- @@@serviceDescription -->
<br/>
<!-- $$$serviceName -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="serviceName-prop">
<td class="tblQmlPropNode"><p>
<a name="serviceName-prop"></a><span class="name">serviceName</span> : <span class="type">string</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds the name of the remote service if available. Changing this property emits the <a href="qml-qtbluetooth-bluetoothservice.html#detailsChanged-signal">detailsChanged</a> signal.</p>
</div></div><!-- @@@serviceName -->
<br/>
<!-- $$$serviceProtocol -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="serviceProtocol-prop">
<td class="tblQmlPropNode"><p>
<a name="serviceProtocol-prop"></a><span class="name">serviceProtocol</span> : <span class="type">enumeration</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds the protocol used for the service. Changing this property emits the <a href="qml-qtbluetooth-bluetoothservice.html#detailsChanged-signal">detailsChanged</a> signal.</p>
<p>Possible values for this property are:</p>
<div class="table"><table class="generic">
<thead><tr class="qt-style"><th >Property</th><th >Description</th></tr></thead>
<tr valign="top" class="odd"><td ><code>BluetoothService.RfcommProtocol</code></td><td >The Rfcomm protocol is used.</td></tr>
<tr valign="top" class="even"><td ><code>BluetoothService.L2capProtocol</code></td><td >The L2cap protocol is used.</td></tr>
<tr valign="top" class="odd"><td ><code>BluetoothService.UnknownProtocol</code></td><td >The protocol is unknown.</td></tr>
</table></div>
<p><b>See also </b><a href="qbluetoothserviceinfo.html#Protocol-enum">QBluetoothServiceInfo::Protocol</a>.</p>
</div></div><!-- @@@serviceProtocol -->
<br/>
<!-- $$$serviceUuid -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="serviceUuid-prop">
<td class="tblQmlPropNode"><p>
<a name="serviceUuid-prop"></a><span class="name">serviceUuid</span> : <span class="type">string</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This property holds the UUID of the remote service. Service UUID, and the address must be set to connect to a remote service. Changing this property emits the <a href="qml-qtbluetooth-bluetoothservice.html#detailsChanged-signal">detailsChanged</a> signal.</p>
</div></div><!-- @@@serviceUuid -->
<br/>
<h2>Signal Documentation</h2>
<!-- $$$detailsChanged -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="detailsChanged-signal">
<td class="tblQmlFuncNode"><p>
<a name="detailsChanged-signal"></a><span class="name">detailsChanged</span>()</p></td></tr>
</table></div>
</div><div class="qmldoc"><p>This signal is emitted when any of the following properties changes:</p>
<ul>
<li><a href="qml-qtbluetooth-bluetoothservice.html#deviceAddress-prop">deviceAddress</a></li>
<li><a href="qml-qtbluetooth-bluetoothservice.html#deviceName-prop">deviceName</a></li>
<li><a href="qml-qtbluetooth-bluetoothservice.html#serviceDescription-prop">serviceDescription</a></li>
<li><a href="qml-qtbluetooth-bluetoothservice.html#serviceName-prop">serviceName</a></li>
<li><a href="qml-qtbluetooth-bluetoothservice.html#serviceProtocol-prop">serviceProtocol</a></li>
<li><a href="qml-qtbluetooth-bluetoothservice.html#serviceUuid-prop">serviceUuid</a></li>
</ul>
<p>The corresponding handler is <code>onDetailsChanged</code>.</p>
</div></div><!-- @@@detailsChanged -->
<br/>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</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>
|