ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Finding out the current connection status Hide the details
Connection status: btleStatusConnectedThe device is connected to the specified Bluetooth device.btleStatusDisconnectedThe device is not connected to the specified Bluetooth device.
Name of btleDevice variable corresponding to the device to use.
Enabling the notification whenever Bluetooth activation changes Hide the details
Name of WLangage procedure ("callback" procedure) that will be called when the status of Bluetooth connection changes on the device. This procedure has the following format : PROCEDURE <Procedure name> (<Device>, <Status>) where: <Device> is a btleDevice variable corresponding to the Bluetooth device whose status is retrieved. <Status> is an integer corresponding ot the status of Bluetooth connection on the device: btleStatusConnectedThe device is connected to the specified Bluetooth device.btleStatusDisconnectedThe device is not connected to the specified Bluetooth device.There is no need to pass parameters to this procedure. Indeed, these parameters are automatically filled during each call.
Required permissions
Last update: 10/23/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: