ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
List of available Bluetooth devices, Empty string ("") if an error occurred. ErrorInfo returns more details about the problem. This list has the following format:in simple mode: <Device Identifier 1> + TAB + <MAC Address 1> + TAB + <Name 1> + CR + ... + CR + <Device Identifier N> + TAB + <MAC Address N> + TAB + <Name N> in detailed mode: <Device Identifier 1> + TAB + <MAC Address 1> + TAB + <Name 1> + TAB + <Class 1 Identifier> + TAB + <Connected 1> + TAB + <Stored 1> + TAB + <Authenticated 1> + TAB + <View Date 1> + TAB + <Date Used 1> + CR + ... + CR + <Device N Identifier> + TAB + <MAC Address N> + TAB + <Name N> + TAB + <Class N Identifier> + TAB + <Connected N> + TAB + <Stored N> + TAB + <Authenticated N> + TAB + <View Date N> + TAB + <Date Used N> The following information is returned:<Device Identifier>: Identifier of the device, will be used in the Bluetooth functions that handle devices. <MAC Address>: Physical address of the device.<Name>: Name returned by the device (can be an empty string).<Class Identifier>: Class of the device (32-bit integer used to get information about the type of device). This class can correspond to one of the following constants:btCoD_NetworkAccessbtCoD_AudioVideobtCoD_persbtCoD_ImagingbtCoD_UnknownbtCoD_ToybtCoD_ComputerbtCoD_DevicebtCoD_PhonebtCoD_Wearable<Connected>: 1 if the device is currently "connected" to the current computer, 0 otherwise. <Stored>: 1 if the device is currently "remembered" by the Bluetooth device of the current computer, 0 otherwise. <Authenticated>: 1 if the device is currently authenticated beside the current computer, 0 otherwise. <View Date>: Date and time when the device was viewed for the last time by the current computer. This date is in DDMMYYYYHHMMSS format. This information is supplied for the remembered devices only. <Date Used>: Date and time when the device was last used for the last time. This date is in DDMMYYYYHHMMSS format. This information is supplied for the remembered devices only.
Level of result details:btDetailedList<Result> contains the list of devices in detailed mode.btSimpleList(Default value)<Result> contains the list of devices in simple mode.
Status of the devices to select: btStatusAuthenticatedProposes the authenticated devices.btStatusConnectedProposes the connected devices.btStatusUnknownProposes the unknown devices.btStatusRememberedProposes the remembered devices.btStatusAll(Default value)Proposes all the devices.
Timeout in seconds (between 1 and 60) when searching for devices. This parameter is set to 10 by default.
Identifier of Bluetooth radio to use. This identifier is returned by BTListRadio.
Special cases
Limitations
Last update: 09/18/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: