dotnet-ble-server icon indicating copy to clipboard operation
dotnet-ble-server copied to clipboard

Bluetooth Low Energy (BLE) library to create BLE servers on Linux

Results 5 dotnet-ble-server issues
Sort by recently updated
recently updated
newest added

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...

bug

**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...

bug

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....

bug

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?

enhancement

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),...