Skip to content

Instantly share code, notes, and snippets.

@hosseinzoda
Last active August 19, 2021 15:29
Show Gist options
  • Save hosseinzoda/b1c2d0ab56042df1f1a8668158aff20e to your computer and use it in GitHub Desktop.
Save hosseinzoda/b1c2d0ab56042df1f1a8668158aff20e to your computer and use it in GitHub Desktop.
UWP BLE Gatt Server Advertising Not Supported, IsPeripheralRoleSupported = FALSE

I intend to gather a list of bluetooth internal/usb adapters that support or do not support advertising Gatt services.

These Devices may support advertising on bluetooth/ble. But the Windows 10 GattServiceProvider do support advertising on it. With this error, The device does not support the command feature. WinRT information: The Bluetooth adapter does not support peripheral role.

Test project on Vistual Studio: https://github.com/hosseinamin/UWPBleGattAdvTest

Broadcom bcm 20702 Bluetooth 4.0 Adapter (Not Supported)

  1. This device Does not work on windows 1709. (The peripheral role is not supported)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment