hashtagchris / DotNet-BlueZ

A quick and dirty library for BlueZ's D-Bus APIs. Focus is on Bluetooth Low Energy APIs.
Apache License 2.0
103 stars 37 forks source link

Set Notify and Indicate #22

Open alberk8 opened 2 years ago

alberk8 commented 2 years ago

I have manage to use DotnetBluez to connect to BLE peripheral device that has write and notify but could not get more data from peripheral that has write, notify and indicate only options. where can I set those setting? Thank you.