Hello,
I try to create a GATT Server with brframework.
I have written this code, but I get an error that I go through... Please could you help me ?
I run the Gatt Server on Windows LTSB 2016.
wclBluetoothManager FManager = new wclBluetoothManager();
FManager.Open();
wclBluetoothRadio Radio = FManager[0];
wclGattServer FServer = new wclGattServer();
int iRes = FServer.Initialize(Radio);
if (iRes == 327700)
Console.WriteLine("Initialize server failed: 337700 (WCL_E_BLUETOOTH_FEATURE_NOT_SUPPORTED)");
Thanks !