-
Notifications
You must be signed in to change notification settings - Fork 122
/
Copy pathindex-15.html
251 lines (251 loc) · 17.7 KB
/
index-15.html
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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_322) on Fri Jan 28 16:04:59 CET 2022 -->
<title>S-Index</title>
<meta name="date" content="2022-01-28">
<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
<script type="text/javascript" src="../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="S-Index";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/welie/blessed/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-14.html">Prev Letter</a></li>
<li><a href="index-16.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-15.html" target="_top">Frames</a></li>
<li><a href="index-15.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">M</a> <a href="index-11.html">N</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">V</a> <a href="index-18.html">W</a> <a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><a href="../com/welie/blessed/ScanFailure.html" title="enum in com.welie.blessed"><span class="typeNameLink">ScanFailure</span></a> - Enum in <a href="../com/welie/blessed/package-summary.html">com.welie.blessed</a></dt>
<dd>
<div class="block">This class represents the possible scan failure reasons</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothCentralManager.html#scanForPeripherals--">scanForPeripherals()</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothCentralManager.html" title="class in com.welie.blessed">BluetoothCentralManager</a></dt>
<dd>
<div class="block">Scan for any peripheral that is advertising.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothCentralManager.html#scanForPeripheralsUsingFilters-java.util.List-">scanForPeripheralsUsingFilters(List<ScanFilter>)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothCentralManager.html" title="class in com.welie.blessed">BluetoothCentralManager</a></dt>
<dd>
<div class="block">Scan for any peripheral that matches the supplied filters</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothCentralManager.html#scanForPeripheralsWithAddresses-java.lang.String:A-">scanForPeripheralsWithAddresses(String[])</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothCentralManager.html" title="class in com.welie.blessed">BluetoothCentralManager</a></dt>
<dd>
<div class="block">Scan for peripherals that have any of the specified peripheral mac addresses.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothCentralManager.html#scanForPeripheralsWithNames-java.lang.String:A-">scanForPeripheralsWithNames(String[])</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothCentralManager.html" title="class in com.welie.blessed">BluetoothCentralManager</a></dt>
<dd>
<div class="block">Scan for peripherals with advertisement names containing any of the specified peripheral names.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothCentralManager.html#scanForPeripheralsWithServices-java.util.UUID:A-">scanForPeripheralsWithServices(UUID[])</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothCentralManager.html" title="class in com.welie.blessed">BluetoothCentralManager</a></dt>
<dd>
<div class="block">Scan for peripherals that advertise at least one of the specified service UUIDs.</div>
</dd>
<dt><a href="../com/welie/blessed/ScanMode.html" title="enum in com.welie.blessed"><span class="typeNameLink">ScanMode</span></a> - Enum in <a href="../com/welie/blessed/package-summary.html">com.welie.blessed</a></dt>
<dd>
<div class="block">This class represents the possible scan modes</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothBytesParser.html#setByteArray-byte:A-">setByteArray(byte[])</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothBytesParser.html" title="class in com.welie.blessed">BluetoothBytesParser</a></dt>
<dd>
<div class="block">Set byte array to the bytes at current offset</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothBytesParser.html#setByteArray-byte:A-int-">setByteArray(byte[], int)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothBytesParser.html" title="class in com.welie.blessed">BluetoothBytesParser</a></dt>
<dd>
<div class="block">Set byte array to a string at specified offset position</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothBytesParser.html#setCurrentTime-java.util.Calendar-">setCurrentTime(Calendar)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothBytesParser.html" title="class in com.welie.blessed">BluetoothBytesParser</a></dt>
<dd>
<div class="block">Sets the byte array to represent the current date in CurrentTime format</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothBytesParser.html#setDateTime-java.util.Calendar-">setDateTime(Calendar)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothBytesParser.html" title="class in com.welie.blessed">BluetoothBytesParser</a></dt>
<dd>
<div class="block">Sets the byte array to represent the current date in CurrentTime format</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothBytesParser.html#setFloatValue-int-int-int-int-">setFloatValue(int, int, int, int)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothBytesParser.html" title="class in com.welie.blessed">BluetoothBytesParser</a></dt>
<dd>
<div class="block">Set byte array to a float of the specified type.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothBytesParser.html#setFloatValue-float-int-">setFloatValue(float, int)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothBytesParser.html" title="class in com.welie.blessed">BluetoothBytesParser</a></dt>
<dd>
<div class="block">Set byte array to a Float using a given precision, i.e.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothBytesParser.html#setIntValue-int-int-int-">setIntValue(int, int, int)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothBytesParser.html" title="class in com.welie.blessed">BluetoothBytesParser</a></dt>
<dd>
<div class="block">Set the locally stored value of this byte array</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothBytesParser.html#setIntValue-int-int-">setIntValue(int, int)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothBytesParser.html" title="class in com.welie.blessed">BluetoothBytesParser</a></dt>
<dd>
<div class="block">Set byte array to an Integer with specified format.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothBytesParser.html#setLong-long-">setLong(long)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothBytesParser.html" title="class in com.welie.blessed">BluetoothBytesParser</a></dt>
<dd>
<div class="block">Set byte array to a long.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothBytesParser.html#setLong-long-int-">setLong(long, int)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothBytesParser.html" title="class in com.welie.blessed">BluetoothBytesParser</a></dt>
<dd>
<div class="block">Set byte array to a long</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothPeripheral.html#setNotify-java.util.UUID-java.util.UUID-boolean-">setNotify(UUID, UUID, boolean)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothPeripheral.html" title="class in com.welie.blessed">BluetoothPeripheral</a></dt>
<dd>
<div class="block">Set the notification state of a characteristic to 'on' or 'off'.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothPeripheral.html#setNotify-BluetoothGattCharacteristic-boolean-">setNotify(BluetoothGattCharacteristic, boolean)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothPeripheral.html" title="class in com.welie.blessed">BluetoothPeripheral</a></dt>
<dd>
<div class="block">Set the notification state of a characteristic to 'on' or 'off'.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothBytesParser.html#setOffset-int-">setOffset(int)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothBytesParser.html" title="class in com.welie.blessed">BluetoothBytesParser</a></dt>
<dd>
<div class="block">Set the value of the internal offset</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothCentralManager.html#setPinCodeForPeripheral-java.lang.String-java.lang.String-">setPinCodeForPeripheral(String, String)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothCentralManager.html" title="class in com.welie.blessed">BluetoothCentralManager</a></dt>
<dd>
<div class="block">Set a fixed PIN code for a peripheral that asks for a PIN code during bonding.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothPeripheral.html#setPreferredPhy-com.welie.blessed.PhyType-com.welie.blessed.PhyType-com.welie.blessed.PhyOptions-">setPreferredPhy(PhyType, PhyType, PhyOptions)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothPeripheral.html" title="class in com.welie.blessed">BluetoothPeripheral</a></dt>
<dd>
<div class="block">Set the preferred connection PHY for this app.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothCentralManager.html#setScanMode-com.welie.blessed.ScanMode-">setScanMode(ScanMode)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothCentralManager.html" title="class in com.welie.blessed">BluetoothCentralManager</a></dt>
<dd>
<div class="block">Set the default scanMode.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothBytesParser.html#setString-java.lang.String-">setString(String)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothBytesParser.html" title="class in com.welie.blessed">BluetoothBytesParser</a></dt>
<dd>
<div class="block">Set byte array to a string at current offset</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothBytesParser.html#setString-java.lang.String-int-">setString(String, int)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothBytesParser.html" title="class in com.welie.blessed">BluetoothBytesParser</a></dt>
<dd>
<div class="block">Set byte array to a string at specified offset position</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothCentralManager.html#setTransport-com.welie.blessed.Transport-">setTransport(Transport)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothCentralManager.html" title="class in com.welie.blessed">BluetoothCentralManager</a></dt>
<dd>
<div class="block">Set the transport to be used when creating instances of <a href="../com/welie/blessed/BluetoothPeripheral.html" title="class in com.welie.blessed"><code>BluetoothPeripheral</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothBytesParser.html#setValue-byte:A-">setValue(byte[])</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothBytesParser.html" title="class in com.welie.blessed">BluetoothBytesParser</a></dt>
<dd>
<div class="block">Set the locally stored value of this byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothPeripheralManager.html#startAdvertising-AdvertiseSettings-AdvertiseData-AdvertiseData-">startAdvertising(AdvertiseSettings, AdvertiseData, AdvertiseData)</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothPeripheralManager.html" title="class in com.welie.blessed">BluetoothPeripheralManager</a></dt>
<dd>
<div class="block">Start Bluetooth LE Advertising.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothCentralManager.html#startPairingPopupHack--">startPairingPopupHack()</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothCentralManager.html" title="class in com.welie.blessed">BluetoothCentralManager</a></dt>
<dd>
<div class="block">Make the pairing popup appear in the foreground by doing a 1 sec discovery.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothPeripheralManager.html#stopAdvertising--">stopAdvertising()</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothPeripheralManager.html" title="class in com.welie.blessed">BluetoothPeripheralManager</a></dt>
<dd>
<div class="block">Stop advertising</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothCentralManager.html#stopScan--">stopScan()</a></span> - Method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothCentralManager.html" title="class in com.welie.blessed">BluetoothCentralManager</a></dt>
<dd>
<div class="block">Stop scanning for peripherals.</div>
</dd>
<dt><span class="memberNameLink"><a href="../com/welie/blessed/BluetoothBytesParser.html#string2bytes-java.lang.String-">string2bytes(String)</a></span> - Static method in class com.welie.blessed.<a href="../com/welie/blessed/BluetoothBytesParser.html" title="class in com.welie.blessed">BluetoothBytesParser</a></dt>
<dd>
<div class="block">Convert a hex string to byte array</div>
</dd>
</dl>
<a href="index-1.html">A</a> <a href="index-2.html">B</a> <a href="index-3.html">C</a> <a href="index-4.html">D</a> <a href="index-5.html">E</a> <a href="index-6.html">F</a> <a href="index-7.html">G</a> <a href="index-8.html">H</a> <a href="index-9.html">I</a> <a href="index-10.html">M</a> <a href="index-11.html">N</a> <a href="index-12.html">O</a> <a href="index-13.html">P</a> <a href="index-14.html">R</a> <a href="index-15.html">S</a> <a href="index-16.html">T</a> <a href="index-17.html">V</a> <a href="index-18.html">W</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../com/welie/blessed/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="../overview-tree.html">Tree</a></li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="index-14.html">Prev Letter</a></li>
<li><a href="index-16.html">Next Letter</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?index-files/index-15.html" target="_top">Frames</a></li>
<li><a href="index-15.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>