I am trying to run a Bluetooth GATT server on raspberry pi 3 and raspbian OS. Based on this post, the BlueZ D-Bus api can be used in .Net Core by Tmds.DBus library and its C# interfaces can be generate using Tmds.DBus
tool.
I have read Bluez docs and most of the existing samples (based on python and c),
but i can't understand how to define and advertise the GATT server in .Net Core.
Can anyone provide a .Net sample or any other solution?