ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Communication / Bluetooth
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
BTOpenDeviceProperties (Function)
In french: BTOuvrePropriétésPériphérique
Opens the window of properties for a Bluetooth device.
Example
nDeviceNumber is int
// The devices are stored in a Table control
nDeviceNumber = TABLE_Device.COL_ID[TABLE_Device]
// Opens the window for the properties of the selected device
BTOpenDeviceProperties(nDeviceNumber)
Syntax
<Result> = BTOpenDeviceProperties(<Device identifier>)
<Result>: Boolean
  • True if the window of device properties was displayed,
  • False otherwise. ErrorInfo returns more information on the error.
<Device identifier>: Integer
Identifier of the Bluetooth device to use. This identifier is returned by BTListDevice or BTSelectDevice.
Remarks
Only the Microsoft Bluetooth stack is supported by this function. To know the stack used, call BTStack.
For more details, see Which stacks to use?
Component: wd290com.dll
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help