Year 2020 Changes

Filter by Product


Bluetooth Framework 7.10.6.0 has been released

Common changes

  • Fix Fixed the issue when the OnDiscoveringStarted event can be received after the first OnDeviceFound event on Windows 7.
  • Fix Fixed the issue when the OnDiscoveringCompleted event can be received without the OnDiscoveringStarted event being called.
  • Fix Fixed the issue when a BLED112 module disconnection was not detected on Windows 7.
  • Fix Fixed the issue when discovering has not been terminated when a BLED112 module is unplugged.

Bluetooth Framework


Serial Framework 7.5.7.0 has been released

Common changes

  • Changed The skNone synchronization type is deprecated and will be removed soon; use skApc instead.
  • Improved The IoT sample applications have been reworked to use APC synchronization.

.NET Edition

  • Fix Fixed the bug when the RtlZeroMemory function was not found.
  • Fix Fixed the .NET Core bug when calling the CopyMemory function.

Serial Framework


Wi-Fi Framework 7.8.9.0 has been released

Common changes

  • Changed The skNone synchronization type is deprecated and will be removed soon; use skApc instead.
  • Improved The IoT sample applications have been reworked to use APC synchronization.
  • Fix The minor bug has been fixed in the IoT sample applications.

.NET Edition

  • Fix Fixed the bug when the RtlZeroMemory function was not found.
  • Fix Fixed the .NET Core bug when calling the CopyMemory function.

Wi-Fi Framework


Bluetooth Framework 7.10.5.0 has been released

Common changes

  • New New error codes.
  • Improved Better detection and reporting of the driver or hardware unsupported features.
  • Improved Error decoding updated.
  • Fix Fixed the NullReferenceException error when stopping the Bluetooth LE advertising on Windows IoT or console applications when skApc synchronization is used.
  • Changed The ApcSync sample application was removed.
  • Improved The console sample application was updated to use the APC synchronization.
  • Improved The IoT sample applications have been reworked to use the APC synchronization.
  • Changed The skNone synchronization type is deprecated and will be removed soon; use the skApc instead.
  • New Additional maximum available connections control for BLED112 USB Bluetooth dongle.
  • Fix Fixed the issue when unable to reconnect to a GATT-enabled device after a timeout appeared when the BLED112 USB Bluetooth dongle.
  • Fix Fixed the "no service found" issue when an application reads services right after the connection is established with the BLED112 USB Bluetooth dongle.

.NET Edition

  • Fix Fixed the bug when the RtlZeroMemory function was not found.
  • Fix Fixed the .NET Core bug when calling the CopyMemory function.
  • Fix Fixed the WCL_E_BLUETOOTH_DISCOVERING_TERMINATED error reporting when discovering completed with success when the BLED112 dongle was used.
  • Fix Fixed the NullReferenceException when starting the custom beacon with an empty Data property when the BLED112 dongle was used.

VCL Edition

  • Fix The minor fixes in the CBuilder sample applications.

Bluetooth Framework


Bluetooth Framework 7.10.4.0 has been released

Common changes

  • New New error codes.
  • Fix Fixed the bug when a classic device pairing was handled by the Windows 10 Add Bluetooth Device UI.
  • Improved Better pairing error handling.

Bluetooth Framework


Bluetooth Framework 7.10.3.0 has been released

Common changes

  • New New error codes.
  • New The Bluetooth LE advertising is now protected by the mutex that prevents running more than one Bluetooth LE advertiser.
  • New Checking the Bluetooth LE advertisement data length.
  • New Checking the Bluetooth LE advertisement data type.
  • Improved The Microsoft classic Bluetooth pairing has been reworked for faster processing cases when the authentication fails.
  • Improved The Microsoft classic Bluetooth pairing was updated for correct processing of parallel pairing requests.
  • Fix Fixed the issue with not all UUID frames being parsed by the wclBeaconLeBeaconWatcher class when the BLED112 USB Bluetooth dongle.
  • New The proximity beacon advertising for the BLED112 USB Bluetooth dongle.
  • New The Eddystone UID beacon advertising for the BLED112 USB Bluetooth dongle.
  • New The Eddystone URL beacon advertising for the BLED112 USB Bluetooth dongle.
  • New The AltBeacon advertising for the BLED112 USB Bluetooth dongle.
  • New The custom beacon advertising for the BLED112 USB Bluetooth dongle.

Bluetooth Framework


Bluetooth Framework 7.10.2.0 has been released

Common changes

  • New Detecting new plugged BLED112 modules.
  • New The new OnClosed event has been added in the wclBluetoothManager class.
  • New New error codes.
  • Fix Fixed the issue with pairing blocks without any event calling when used with the Microsoft Bluetooth driver.

.NET Edition

  • Fix Fixed the IndexOutOfRange exception when enumerating paired devices.

Bluetooth Framework


Bluetooth Framework 7.10.1.0 has been released

Common changes

Improved Below is the BLED112 support implementation fixes and updates:

  • Fix Fixed the issue with discovering terminated after connecting to the device.
  • Fix Fixed the issue with the device keeping discovering after disconnecting.
  • Fix Fixed the issue with writing empty characteristic values.
  • Fix Fixed the issue with the Open method of the wclBluetoothManager class being blocked.
  • New Unpair remote devices.
  • New The passkey notification pairing handling.
  • New The passkey request pairing handling.
  • New The connection encryption in the wclGattClient class.

.NET Edition

  • Fix Fixed the NullReference exception when discovering terminated.

VCL Edition

  • Fix Fixed the issue with incorrect name reading in wclBluetoothLeBeaconWatcher.

Bluetooth Framework


Bluetooth Framework 7.10.0.0 has been released

Common changes

  • New New error codes.
  • New The GATT characteristic write without response and the write with response has been added.
  • Fix Fixed the issue when the wclBluetoothLeBeaconWatcher reported the flags and name frames as the unknown raw frame.
  • Fix Fixed the issue when the wclBluetoothLeBeaconWatcher reported known frames as the unknown raw frames.
  • Improved LE discovering now returns only devices that have the LE limited discoverable or LE general discoverable flags set.
  • New Silicon Labs BLED112 support was added.

C++ Edition

  • Fix Fixed the issue with not starting BLE discovering.
  • Fix Fixed the memory leak when reading a descriptor value in the wclGattClient class.

Bluetooth Framework


Wi-Fi Framework 7.8.8.0 has been released

Common changes

  • Fix The memory leak was fixed.

VCL Edition

  • Fix The RAD Studio 10.3.3 compatibility issue has been fixed.

Wi-Fi Framework


Serial Framework 7.5.6.0 has been released

Common changes

  • New New WinRT helper class was added.
  • Fix The memory leak was fixed.

VCL Edition

  • Fix The RAD Studio 10.3.3 compatibility issue has been fixed.

Serial Framework


Bluetooth Framework 7.9.6.0 has been released

Common changes

  • New New WinRT helper class was added.
  • Fix The memory leak was fixed.

VCL Edition

  • Fix The RAD Studio 10.3.3 compatibility issue has been fixed.

Bluetooth Framework


Wi-Fi Framework 7.8.7.0 has been released

Common changes

  • New The new method SetProfileEapXmlUserData has been added to the wclWiFiProfilesManager class. The method sets an EAP user data represented as a profile XML.
  • New The new method SetProfileEapUserData has been added to the wclWiFiProfilesManager class. The method sets an EAP user data as the raw bytes.

Wi-Fi Framework


Bluetooth Framework 7.9.5.0 has been released

Common changes

  • Fix Fixed the access violation error that appeared in the GattServer IoT sample application when a peripheral mode is not supported by the dongle.
  • New The new property CompanyData has been added to the CustomBeacon.
  • Improved The CustomBeacon can now advertise manufacturer-specific data and common data at the same time.
  • Changed The Data property of the CustomBeacon now represents common advertisement data.
  • Improved The Beacons sample application has been updated to show how to advertise as an Apple ANCS.

Bluetooth Framework


Wi-Fi Framework 7.8.6.0 has been released

Common changes

  • New New error codes for EPA authentication errors.
  • New 802.1X authentication events.

Wi-Fi Framework


Bluetooth Framework 7.9.4.0 has been released

Common changes

  • Improved Hardware changes detection improved when two or more dongles connected.
  • New Reading and writing a class of device (COD) for the local radio has been added.
  • Improved Bluetooth LE device name reading improved.

C++ Edition

  • Fix Fixed the issue when hardware changes were not detected.

Bluetooth Framework


Bluetooth Framework 7.9.3.0 has been released

Common changes

  • New The new method GetRadio has been added to the wclBluetoothManager class. The method returns the first available Bluetooth radio object.
  • Improved Enumerating pre-installed virtual COM ports has been reworked for the Toshiba Bluetooth driver. Now it correctly detects a device's MAC for the virtual COM port.
  • Fix Fixed the access violation error that appeared when subscribing to the characteristic changes notification with the BlueSoleil Bluetooth driver.
  • Fix Fixed the access violation error that appeared when writing the client configuration descriptor with the BlueSoleil Bluetooth driver.
  • Fix Fixed the issue when the Connect-on-Read flag was ignored with the BlueSoleil Bluetooth driver.
  • Fix Fixed access violation in the GATT server implementation when it is used with the Microsoft Bluetooth driver.

Bluetooth Framework


Bluetooth Framework 7.9.2.0 has been released

Common changes

  • New The new Plugged property has been added to the wclBluetoothRadio class. The property returns true if a Bluetooth hardware is physically plugged in. Together with the Available property, it helps to check a Bluetooth radio state. Refer to the updated BluetoothManager sample application to find out how you can check the real Bluetooth radio status.
  • Improved Toshiba pairing has been reworked.
  • Fix The access violation error has been fixed when the library is used with the Toshiba Bluetooth driver.
  • Fix The unexpected application termination when used with the Toshiba Bluetooth driver has been fixed.

Bluetooth Framework


Wi-Fi Framework 7.8.5.0 has been released

Common changes

  • New The new WinRT helper class has been added.
  • New Checking IP address in SetStaticIp method.
  • New New error code: WCL_E_WIFI_INTERFACE_INVALID_IP.
  • New IP settings changes monitoring.

Wi-Fi Framework


Bluetooth Framework 7.9.1.0 has been released

Common changes

  • New The new Data parameter that contains additional frame data has been added to the OnAltBeaconFrame event.
  • New The new Data parameter that contains additional frame data has been added to the OnEddystoneTlmFrame event.
  • New The new Data parameter that contains additional frame data has been added to the OnEddystoneUidFrame event.
  • New The new Data parameter contains additional frame data has been added to the OnProximityBeaconFrame event.

Bluetooth Framework


Bluetooth Framework 7.9.0.0 has been released

Common changes

  • New Wii Remote support.

Bluetooth Framework


Bluetooth Framework 7.8.11.0 has been released

Common changes

  • New The new WinRT helper class has been added.
  • New The new ConnectOnRead property has been added to the wclGattClient class. This property allows you to save time on reconnecting to the device. If the property is true, the real connection will be executed during the first read of services. If the property is false, the real connection will be executed during the connection operation.
  • Improved The GattClient sample was updated to show how to use the ConnectOnRead property.
  • Fix Fixed the resource leak that appeared when the connection failed in the wclGattClient class.

Bluetooth Framework


Serial Framework 7.5.5.0 has been released

Common changes

  • Improved Code refactoring and optimization.
  • New The new method ProcessMessages has been added to the wclMessageBroadcaster class. The method allows you to force the event processing.

.NET Edition

  • Fix A possible resource leak has been fixed.

Serial Framework


Wi-Fi Framework 7.8.4.0 has been released

Common changes

  • Improved Code refactoring and optimization.
  • New The new method ProcessMessages has been added to the wclMessageBroadcaster class. The method allows you to force the event processing.
  • New New error codes.

.NET Edition

  • Fix A possible resource leak has been fixed.

Wi-Fi Framework


Bluetooth Framework 7.8.10.0 has been released

Common changes

  • Improved Code refactoring and optimization.
  • New The new method ProcessMessages has been added to the wclMessageBroadcaster class. The method allows you to force the event processing.
  • New New error codes.
  • Improved The GattClient sample application has been updated to show how to work with characteristics that have both IsNotifiable and IsIndicatable properties set to true.
  • Improved The article has been updated with additional details about the characteristic changes notifications.
  • Improved The Beacons sample application has been updated.

.NET Edition

  • Fix A possible resource leak has been fixed.

Bluetooth Framework


Wi-Fi Framework 7.8.3.0 has been released

Common changes

  • New Get and set a Wi-Fi band has been added to the mobile hotspot implementation (Windows 10 2004 and above).
  • New Enabling and disabling the "No Connection Timeout" has been added to the mobile hotspot implementation (Windows 10 2004 and above).
  • New Get list of connected clients has been added to the mobile hotspot implementation.

Wi-Fi Framework


Bluetooth Framework 7.8.9.0 has been released

Common changes

  • Improved The custom beacon now allows you to add not only the manufacturer-specific data frames.
  • New The wclBluetoothLeBeaconWatcher class now can parse Bluetooth LE 5.0 extended advertisement frames (Windows 10 2004 and above).
  • New The new event OnAdvertisementExtFrameInformation has been added to the wclBluetoothLeBeaconWatcher class.
  • New Disabling and enabling the secure simple pairing (SSP) is now supported with the BlueSoleil and Toshiba Bluetooth drivers.
  • New Reading the secure simple pairing (SSP) status is now supported with the Microsoft and Toshiba Bluetooth drivers.

Bluetooth Framework


Wi-Fi Framework 7.8.2.0 has been released

Common changes

  • Improved The demo applications updated.

C++ Edition

  • Fix The memory leak error has been fixed.

Wi-Fi Framework


Serial Framework 7.5.4.0 has been released

Common changes

  • Improved The demo applications updated.

C++ Edition

  • Fix The memory leak error has been fixed.

Serial Framework


Bluetooth Framework 7.8.8.0 has been released

Common changes

  • New The new Connectable property has been added to the wclGattLocalService class.
  • New The new Discoverable property has been added to the wclGattLocalService class.
  • Improved The Write method of the wclRfCommClient class has been reworked to prevent the WCL_E_BLUETOOTH_UNEXPECTED error that appeared when an application writes big data.
  • Improved The Write method of the wclRfCommServerClient was reworked to prevent the WCL_E_BLUETOOTH_UNEXPECTED error that appeared when an application writes big data.
  • Fix Fixed the access violation error that appeared in the wclRfCommServerClient class on some platforms.
  • Improved The demo applications updated.

C++ Edition

  • Fix The memory leak error has been fixed.
  • Fix The resource leak that appeared during the classic Bluetooth devices discovery has been fixed.
  • Fix Fixed the "Not connected" error in the FtpClient sample application.

Bluetooth Framework


Wi-Fi Framework 7.8.1.0 has been released

Common changes

  • New New error codes.
  • New Power state monitoring (suspend/resume) has been added.
  • Improved The WiFiEvents sample application has been updated to show how to handle power state change events.

Wi-Fi Framework


Serial Framework 7.5.3.0 has been released

Common changes

  • New New error codes.
  • New Power state monitoring (suspend/resume) has been added.
  • Improved The SerialMonitor sample application has been updated to show how to handle power state change events.

Serial Framework


Bluetooth Framework 7.8.7.0 has been released

Common changes

  • New New error codes.
  • New Power state monitoring (suspend/resume) has been added.
  • Improved The BluetoothManager sample application has been updated to show how to handle power state change events.

Bluetooth Framework


Wi-Fi Framework 7.8.0.0 has been released

Common changes

  • New New error codes.
  • New Mobile Hotspot control has been added (Windows 10 and above).
  • New The new MobileHotspot sample application has been added.

Wi-Fi Framework


Bluetooth Framework 7.8.6.0 has been released

Common changes

  • Improved The pairing with a remote Bluetooth-enabled device has been reworked to support secure simple pairing (SSP) with the Toshiba Bluetooth driver.
  • Fix Fixed the synchronization issue when calling the Terminate method of the wclBluetoothRadio class from different threads.
  • Changed The skNone synchronization is marked as deprecated and will be removed soon; use the skApc instead.

Bluetooth Framework


Bluetooth Framework 7.8.5.0 has been released

Common changes

  • Improved The connection creation code has been refactored.
  • Fix Minor fixes in the Bluetooth LE advertisement parameters settings.

Bluetooth Framework


Wi-Fi Framework 7.7.6.0 has been released

Common changes

  • New New error code: WCL_E_WIFI_DIRECT_ADVERTISER_ALREADY_RUNNING.
  • New New error code: WCL_E_WIFI_DIRECT_ADVERTISER_CREATE_MUTEX_FAILED.
  • New New error code: WCL_E_WIFI_DIRECT_ADVERTISER_HOTSPOT_RUNNING.
  • New Detecting if another Wi-Fi Framework based application is already running the Wi-Fi Direct advertiser or the Wi-Fi Direct SoftAP.
  • New Detecting if the Mobile Hotspot is already running before starting the Wi-Fi Direct advertiser or the Wi-Fi Direct SoftAP.

Wi-Fi Framework


Wi-Fi Framework 7.7.5.0 has been released

Common changes

  • New New error code: WCL_E_WIFI_DIRECT_DEVICE_WATCHER_CREATE_INIT_EVENT_FAILED.
  • Improved The Wi-Fi Direct devices discovering code has been modified to return the correct error codes.
  • Improved The Wi-Fi Direct now correctly detects if the WLAN hardware is not available.

Wi-Fi Framework


Bluetooth Framework 7.8.4.0 has been released

Common changes

  • New New error code: WCL_E_BLUETOOTH_CREATE_WATCHER_FACTORY_FAILED.
  • New New error code: WCL_E_BLUETOOTH_CREATE_FILTER_FAILED.
  • New New error code: WCL_E_BLUETOOTH_CREATE_WATCHER_FAILED.
  • New New error code: WCL_E_BLUETOOTH_CREATE_COMPLETION_EVENT_FAILED.
  • New New error code: WCL_E_BLUETOOTH_SET_ADDED_HANDLER_FAILED.
  • New New error code: WCL_E_BLUETOOTH_SET_UPDATED_HANDLER_FAILED.
  • New New error code: WCL_E_BLUETOOTH_SET_REMOVED_HANDLER_FAILED.
  • New New error code: WCL_E_BLUETOOTH_SET_COMPLETED_HANDLER_FAILED.
  • New New error code: WCL_E_BLUETOOTH_WATCHER_START_FAILED.
  • Improved The classic Bluetooth devices discovering code that uses the Microsoft Bluetooth driver has been updated.
  • Fix Fixed the bug that appeared when setting the Beacons advertisement parameters.
  • Fix Fixed the bug that appeared when setting the Beacons scan parameters.

Bluetooth Framework


Wi-Fi Framework 7.7.4.0 has been released

Common changes

C++ Edition

  • New The new CwclStreamAdapter class has been added.

Wi-Fi Framework


Serial Framework 7.5.2.0 has been released

Common changes

C++ Edition

  • New The new CwclStreamAdapter class has been added.

Serial Framework


Bluetooth Framework 7.8.3.0 has been released

Common changes

  • Improved The Subscribe method of the wclGattClient class now returns an error if a characteristic has both the Indicatable and Notifiable properties set.
  • Improved The Unsubscribe method of the wclGattClient now returns an error if a characteristic has both the Indicatable and Notifiable properties set.
  • Improved The Unsubscribe method of the wclGattClient class now returns an error if a characteristic does not have the Indicatable or Notifiable property set.
  • Fix Fixed the bug when the wclGattClient did not call the WriteClientConfiguration method to unsubscribe when disconnects.
  • New The new wclGetErrorInfo that returns extended information about a Wireless Communication Library error code has been added.

C++ Edition

  • New The new CwclStreamAdapter class has been added.

Bluetooth Framework


Bluetooth Framework 7.8.2.0 has been released

Common changes

  • Fix Fixed the bug that did not allow disconnecting from a remote GATT-enabled device.
  • Improved Minor updates.

Bluetooth Framework


Serial Framework 7.5.1.0 has been released

Common changes

  • New The new Permissions property has been added to the OBEX file object.
  • New The new Modified property has been added to the OBEX file object.
  • New The new Created property has been added to the OBEX file object.
  • New The new Accessed property has been added to the OBEX file object.

Serial Framework


Bluetooth Framework 7.8.1.0 has been released

Common changes

  • New The new Permissions property has been added to the OBEX file object.
  • New The new Modified property has been added to the OBEX file object.
  • New The new Created property has been added to the OBEX file object.
  • New The new Accessed property has been added to the OBEX file object.

Bluetooth Framework


Serial Framework 7.5.0.0 has been released

Common changes

  • Changed The Pull method of the OBEX Object Push client has been renamed to Get.
  • Changed The Push method of the OBEX Object Push client has been renamed to Put.
  • New The OBEX File Transfer profile (FTP) client has been added.
  • New New error code: WCL_E_OBEX_INVALID_DIR_LIST.
  • New New error code: WCL_E_OBEX_INVALID_DIR_FORMAT.
  • New New error code: WCL_E_OBEX_COM_INIT_FAILED.
  • New New error code: WCL_E_OBEX_XML_NOT_AVAILABLE.

C++ Edition

Serial Framework


Bluetooth Framework 7.8.0.0 has been released

Common changes

  • Changed The Pull method of the OBEX Object Push client has been renamed to Get.
  • Changed The Push method of the OBEX Object Push client has been renamed to Put.
  • New The OBEX File Transfer profile (FTP) client has been added.
  • New New error code: WCL_E_OBEX_INVALID_DIR_LIST.
  • New New error code: WCL_E_OBEX_INVALID_DIR_FORMAT.
  • New New error code: WCL_E_OBEX_COM_INIT_FAILED.
  • New New error code: WCL_E_OBEX_XML_NOT_AVAILABLE.

C++ Edition

Bluetooth Framework


Bluetooth Framework 7.7.13.0 has been released

Common changes

  • Improved Code optimization.
  • Improved The RSSI reading has been modified to make it faster.

.NET Edition

  • Fix Fixed the SEH exception that raised when there was no Bluetooth device found during classic Bluetooth discovering.

C++ Edition

  • Fix Fixed the bug that appeared in the Eddystone UID beacon when the UUID is advertising as NULL.
  • Fix Fixed the SEH exception that raised when there was no Bluetooth device found during classic Bluetooth discovering.

Bluetooth Framework


Wi-Fi Framework 7.7.3.0 has been released

Common changes

  • Improved Code refactoring.
  • New The new error codes group for the Wi-Fi interface error codes has been added.
  • Changed All the WCL_E_WIFI_INTERFACE_* error codes were moved to the WCL_E_WIFI_INTERFACE_BASE group.
  • New The new error codes group for Wi-Fi network configuration error codes was added.
  • Changed All the WCL_E_WIFI_NETCFG_* error codes were moved to the WCL_E_WIFI_NETCFG_BASE group.

.NET Edition

  • Changed Target .NET Framework version has been changed to 4.0. If you need to use it with early versions, you will need to rebuild it from sources.
  • Improved The WinForms sample applications have been updated to Visual Studio 2010 and target .NET Framework 4.

C++ Edition

  • Improved Some error code descriptions have been updated in the documentation.

Wi-Fi Framework


Serial Framework 7.4.12.0 has been released

Common changes

  • Improved Code refactoring.

.NET Edition

  • Changed Target .NET Framework version has been changed to 4.0. If you need to use it with early versions, you will need to rebuild it from sources.
  • Improved The WinForms sample applications have been updated to Visual Studio 2010 and target .NET Framework 4.

C++ Edition

  • Improved Some error code descriptions have been updated in the documentation.

Serial Framework


Bluetooth Framework 7.7.12.0 has been released

Common changes

  • New New error code: WCL_E_BLUETOOTH_START_WINRT_THREAD_FAILED.
  • New New error code: WCL_E_BLUETOOTH_LE_INVALID_CHARACTERISTIC_CONFIGURATION.
  • Improved The WriteClientConfiguration method now checks that the characteristic configuration is valid.
  • Improved Code refactoring.

.NET Edition

  • Changed Target .NET Framework version has been changed to 4.0. If you need to use it with early versions, you will need to rebuild it from sources.
  • Improved The WinForms sample applications have been updated to Visual Studio 2010 and target .NET Framework 4.

C++ Edition

  • Improved Some error code descriptions have been updated in the documentation.

VCL Edition

  • Fix Fixed the GattServer sample application CBuilder 10.3 compilation error.

Bluetooth Framework


Wi-Fi Framework 7.7.2.0 has been released

Common changes

  • Fix Fixed the bug when the OnDeviceConnected event was not called by the WiFiDirect SoftAP if the connection procedure completed with an error.
  • New The new OnDeviceConnectError event has been added to the WiDirect SoftAP.
  • New The accepting and rejecting devices were added to the Wi-Fi Direct SoftAP.
  • Improved The WiFiDirectSoftAP sample application has been updated to show how to use the OnDeviceConnectError event.
  • Improved The WiFiDirectSoftAP sample application has been updated to show how to get a connected device IP.
  • Improved The WiFiDirectSoftAP sample application has been updated to show how to accept and reject a device.
  • New New error code: WCL_E_WIFI_DIRECT_DEVICE_CREATE_TIMEOUT.
  • New New error code: WCL_E_WIFI_DIRECT_DEVICE_START_CREATE_FAILED.
  • Improved The Wi-Fi Direct errors decoding has been improved.

.NET Edition

  • New The new WaitEx method has been added to the wclHelpers class. The method provides functionality to start an alertable wait that can be used with the APC synchronization.

Wi-Fi Framework


Serial Framework 7.4.11.0 has been released

.NET Edition

  • New The new WaitEx method has been added to the wclHelpers class. The method provides functionality to start an alertable wait that can be used with the APC synchronization.

Serial Framework


Bluetooth Framework 7.7.11.0 has been released

Common changes

  • New New error code: WCL_E_BLUETOOTH_LE_ADMIN_RIGHTS_REQUIRED.
  • New New error code: WCL_E_BLUETOOTH_LE_UNEXPECTED.
  • New New error code: WCL_E_BLUETOOTH_LE_SET_SCAN_PARAMS_FAILED.
  • New New error code: WCL_E_BLUETOOTH_LE_GET_SCAN_PARAMS_FAILED.
  • New New error code: WCL_E_BLUETOOTH_LE_RESET_SCAN_PARAMS_FAILED.
  • New New error code: WCL_E_BLUETOOTH_LE_SET_ADV_PARAMS_FAILED.
  • New New error code: WCL_E_BLUETOOTH_LE_GET_ADV_PARAMS_FAILED.
  • New New error code: WCL_E_BLUETOOTH_LE_RESET_ADV_PARAMS_FAILED.
  • New New error code: WCL_E_BLUETOOTH_LE_OPEN_PROCESS_TOKEN_FAILED.
  • New New error code: WCL_E_BLUETOOTH_LE_LOOKUP_PRIVILEGE_FAILED.
  • New New error code: WCL_E_BLUETOOTH_LE_ADJUST_PRIVILEGE_FAILED.
  • New New error code: WCL_E_BLUETOOTH_LE_ALLOCATE_SID_FAILED.
  • New New error code: WCL_E_BLUETOOTH_LE_TAKE_OWNERSHIP_FAILED.
  • New New error code: WCL_E_BLUETOOTH_LE_SET_ACL_FAILED.
  • New New error code: WCL_E_BLUETOOTH_LE_SET_REGISTRY_RIGHTS_FAILED.
  • New Setting and reading a scan interval has been added to the wclBluetoothLeBeaconWatcher class.
  • New Setting and reading a scan window has been added to the wclBluetoothLeBeaconWatcher class.
  • New Setting and reading an advertising interval has been added to the Bluetooth LE beacons implementation.

.NET Edition

  • New The new WaitEx method has been added to the wclHelpers class. The method provides functionality to start an alertable wait that can be used with the APC synchronization.

Bluetooth Framework


Wi-Fi Framework 7.7.1.0 has been released

Common changes

  • New New error code: WCL_E_NLM_NETWORK_PROFILES_NOT_FOUND.
  • New New error code: WCL_E_NLM_ACCESS_DENIED.
  • New New error code: WCL_E_NLM_UNEXPECTED.
  • New The Network List Manager is now able to delete networks.

Wi-Fi Framework


Previous changes Next changes