ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device...
BTSelectDevice (Function)
Opens a system window to select a Bluetooth device.
BTDisconnectDevice (Function)
Cancels the authentication beside a Bluetooth device.
OBEXSendVCard (Function)
Sends a VCard file (virtual business card) to a device that supports the OBEX protocol.
OBEXSendFile (Function)
Sends a file to a device that supports the OBEX protocol.
BTChangeConnectivity (Function)
Used to configure a Bluetooth radio to accept (or not) the requests for connection coming from the devices.
BTOpenDeviceProperties (Function)
Opens the window of properties for a Bluetooth device.
SocketCreateBluetooth (Function)
Creates a socket using a Bluetooth device.
BTDisableService (Function)
Disables a service on a Bluetooth device.
BTListService (Function)
Returns the list of services provided by a Bluetooth device.
BTStatus (Function)
Returns the current Bluetooth activation status on the device or asks to be notified when the activation status changes.
BTActivate (Function)
Enables or disables the management of Bluetooth on the device.
OBEXDisconnect (Function)
Used to disconnect from a device that supports the OBEX protocol.
BTInfoRadio (Function)
Returns specific information about a Bluetooth radio connected to the computer.
BTListRadio (Function)
Returns the list of Bluetooth radios connected to the computer.
BTIsVisible (Function)
Used to find out whether a Bluetooth radio is visible.
OBEXGetVCard (Function)
Retrieves a VCard from a device that supports the OBEX protocol.
BTAcceptConnection (Function)
Used to find out whether a Bluetooth radio accepts (or not) the requests for connection coming from the devices.
BTChangeVisibility (Function)
Changes the visibility of a Bluetooth radio.
BTListDevice (Function)
Returns the list of accessible Bluetooth devices.
OBEXConnect (Function)
Used to connect to a device that supports the OBEX protocol.  Reminder: The OBEX protocol is a data transfer protocol that can be used via infrared beams and Bluetooth.
BTConnectDevice (Function)
Allows you to be authenticated toward a Bluetooth device.
OBEXGetFile (Function)
Retrieves a file from a device that supports the OBEX protocol.
BTInfoDevice (Function)
Returns specific information about a Bluetooth device.
BTEnableService (Function)
Enables a service provided by a Bluetooth device.
SocketConnectBluetooth (Function)
Connects a client computer to a specific Bluetooth socket.
1
3
4
5