290 <tr> |
290 <tr> |
291 <td><a href="#EspDevice.stopAccessPoint">stopAccessPoint</a></td> |
291 <td><a href="#EspDevice.stopAccessPoint">stopAccessPoint</a></td> |
292 <td>Public method to stop the access point interface.</td> |
292 <td>Public method to stop the access point interface.</td> |
293 </tr> |
293 </tr> |
294 <tr> |
294 <tr> |
|
295 <td><a href="#EspDevice.supportsDeviceScan">supportsDeviceScan</a></td> |
|
296 <td>Public method to indicate, that the Bluetooth implementation supports scanning for devices.</td> |
|
297 </tr> |
|
298 <tr> |
295 <td><a href="#EspDevice.writeCredentials">writeCredentials</a></td> |
299 <td><a href="#EspDevice.writeCredentials">writeCredentials</a></td> |
296 <td>Public method to write the given credentials to the connected device and modify the start script to connect automatically.</td> |
300 <td>Public method to write the given credentials to the connected device and modify the start script to connect automatically.</td> |
297 </tr> |
301 </tr> |
298 </table> |
302 </table> |
299 |
303 |
1295 </dl> |
1299 </dl> |
1296 <dl> |
1300 <dl> |
1297 <dt>Return Type:</dt> |
1301 <dt>Return Type:</dt> |
1298 <dd> |
1302 <dd> |
1299 tuple of (bool, str) |
1303 tuple of (bool, str) |
|
1304 </dd> |
|
1305 </dl> |
|
1306 <a NAME="EspDevice.supportsDeviceScan" ID="EspDevice.supportsDeviceScan"></a> |
|
1307 <h4>EspDevice.supportsDeviceScan</h4> |
|
1308 <b>supportsDeviceScan</b>(<i></i>) |
|
1309 <p> |
|
1310 Public method to indicate, that the Bluetooth implementation supports |
|
1311 scanning for devices. |
|
1312 </p> |
|
1313 |
|
1314 <dl> |
|
1315 <dt>Return:</dt> |
|
1316 <dd> |
|
1317 flag indicating that the scanning function is supported |
|
1318 </dd> |
|
1319 </dl> |
|
1320 <dl> |
|
1321 <dt>Return Type:</dt> |
|
1322 <dd> |
|
1323 bool |
1300 </dd> |
1324 </dd> |
1301 </dl> |
1325 </dl> |
1302 <a NAME="EspDevice.writeCredentials" ID="EspDevice.writeCredentials"></a> |
1326 <a NAME="EspDevice.writeCredentials" ID="EspDevice.writeCredentials"></a> |
1303 <h4>EspDevice.writeCredentials</h4> |
1327 <h4>EspDevice.writeCredentials</h4> |
1304 <b>writeCredentials</b>(<i>ssid, password, hostname, country</i>) |
1328 <b>writeCredentials</b>(<i>ssid, password, hostname, country</i>) |