ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: BTLE functions
41 results
Enables or disables the detection regarding the change of value for a Bluetooth Low Energy characteristic.
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
Reads the value of a characteristic on a Bluetooth Low Energy device.
Writes a value to a characteristic on a Bluetooth Low Energy device.
Reads the value of a descriptor on a Bluetooth Low Energy device.
Writes the value of a descriptor to a Bluetooth Low Energy device.
Used to connect to a Bluetooth Low Energy device.
Returns the current connection status to a Bluetooth Low Energy device or asks to be notified when the connection status changes.
Used to disconnect from a Bluetooth Low Energy device.
Retrieves all the services corresponding to a UUID.
Retrieves the service of a Bluetooth Low Energy device corresponding to the specified identifier (UUID).
Initializes a Bluetooth Low Energy device in Windows.
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
Retrieves all the characteristics with the same identifier associated with a Bluetooth Low Energy service.
The following functions are used to handle the Bluetooth Low Energy devices:
The following functions are used to handle the Bluetooth Low Energy devices:
The btleCharacteristic type is used to handle a characteristic of a Bluetooth Low Energy service.
Enables or disables the detection regarding the change of value for a Bluetooth Low Energy characteristic.
Reads the value of a characteristic on a Bluetooth Low Energy device.
Writes a value to a characteristic on a Bluetooth Low Energy device.
Used to connect to a Bluetooth Low Energy device.
Returns the current connection status to a Bluetooth Low Energy device or asks to be notified when the connection status changes.
The btleDescriptor type is used to handle the descriptor of a Bluetooth Low Energy characteristic
Reads the value of a descriptor on a Bluetooth Low Energy device.
Writes the value of a descriptor to a Bluetooth Low Energy device.
The btleDevice type allows you to handle a device that uses the Bluetooth Low Energy technology.
Used to disconnect from a Bluetooth Low Energy device.
Retrieves the characteristic of a Bluetooth Low Energy service corresponding to the specified identifier (UUID).
Retrieves the descriptor of a Bluetooth Low Energy characteristic corresponding to the specified identifier (UUID).
Retrieves all the characteristics (with the same identifier) associated with a BLE service.
Retrieves all the services corresponding to a UUID.
Retrieves the service of a Bluetooth Low Energy device corresponding to the specified identifier (UUID).
Initializes Bluetooth Low Energy (required in Windows and iOS only)
Initializes a Bluetooth Low Energy device in Windows.
Returns the list of accessible Bluetooth Low Energy devices.
The btleService type is used to handle a Bluetooth Low Energy service ("Bluetooth GATT Service").
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption...
The Bluetooth LE standard (for Low Energy) is used to manage devices with low energy consumption...
Procedure ("Callback") called by BTLECharacteristicChangeOfValue when a characteristic changes on the device. This procedure can be a local, global or internal procedure.
Procedure ("Callback") called by BTLEStatus when the Bluetooth activation status changes on the device.