ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / BTLE functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Retrieves all the characteristics (with the same identifier) associated with a BLE service.
Example
MyDevice is btleDevice
...
arrService is array of btleCharacteristic
arrService = BTLEGetAllCharacteristics(MyDevice.Service[1], "ACC54-DAD4D5-DADD")
...
Syntax
<Result> = BTLEGetAllCharacteristics(<Service> , <Identifier>)
<Result>: Array of btleCharacteristic variables
Array of btleCharacteristic variables corresponding to the characteristics found for the specified service. If no characteristic corresponds to the specified identifier, the array is empty.
<Service>: btleService variable
Name of btleService variable corresponding to the service used.
<Identifier>: Character string
Identifier (UUID) of characteristics to retrieve for the specified service. All the characteristics with this identifier will be retrieved.
Remarks
Several characteristics of the same device can correspond to the same identifier (UUID). To retrieve the first characteristic corresponding to an identifier, use BTLEGetACharacteristic.
Business / UI classification: Business Logic
Component: wd290com.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help