dotnet-ble-server
dotnet-ble-server copied to clipboard
Bluetooth Low Energy (BLE) library to create BLE servers on Linux
Check this source: https://github.com/phylomeno/dotnet-ble-server/blob/master/DotnetBleServer/Gatt/BlueZModel/GattService.cs NextCharacteristicPath is called twice, in line 35 and 38. According to line 36, these 2 calls return different. So why the paths used should be different...
**Describe the bug** When a client connects to be BLE server, I need to send a message. However, I don't see any API that will let me know when the...
Hi, I am not able to add a dictionary containing manufacturer data into the advertising package, I will get a bluez error when it trys to parse the advertising package....
Given that you and the people in https://github.com/hashtagchris/DotNet-BlueZ are working towards the same goal; do you think it would be good to collaborate? Together you might achieve more?
Thanks for what you did. Long time.... seems abandonned. Anyway, I finally succeed to connect and transfert data from my MAUI mobile app (client) to Linux on my Rasp3 (server),...