ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Communication / Bluetooth
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
BTStack (Function)
In french: BTPile
Returns the Bluetooth stack currently used. This gives you the ability to propose specific features according to the type of key used. Indeed, some functions for handling keys may not be available according to the type of key used.
Example
PileUtilisée is int
PileUtilisée = BTStack() 
SWITCH PileUtilisée 
	CASE btStackNone : Info("Aucune pile n'est installée")
	CASE btStackBlueSoleil : Info("Pile BlueSoleil")
	CASE btStackBroadcom : Info("Pile Broadcom")
	CASE btStackMicrosoft : Info("Pile Microsoft")
END
Syntax
<Result> = BTStack()
<Result>: Integer constant
Type of stack used by the Bluetooth key:
btStackBlueSoleilThe local key uses a BlueSoleil stack.
btStackBroadcomThe local key uses a Broadcom stack (formerly Widcomm).
btStackMicrosoftThe local key uses a Microsoft stack.
btStackNoneThe local key uses an unsupported stack or no Bluetooth key is installed.
Component: wd300com.dll
Minimum version required
  • Version 12
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/25/2025

Send a report | Local help