You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Peter Foot edited this page May 1, 2017
·
1 revision
Windows Store Apps
In Windows 8.1 the Windows.Devices.Bluetooth namespaces provide support for Rfcomm connections and Bluetooth Low Energy GATT services. As with Windows Phone there is no functionality to pair with devices - you can only connect to devices the user has manually paired.
Inthehand.Devices.Bluetooth.Sdp provides some helper functionality to correctly format SDP attributes (and Records) which can be set using this API.
In Windows 10 the API is enhanced and is now universal across Phones, PCs and IoT devices. Rfcomm background tasks are possible on all platforms (previously phone only) and there is a DevicePicker control built-in. In Anniversary Update and later Pairing functionality is available on Windows IoT Core devices. In Creators update this is extended to all device families and it's possible to enumerate unpaired devices.