tinygo-org / bluetooth

Cross-platform Bluetooth API for Go and TinyGo. Supports Linux, macOS, Windows, and bare metal using Nordic SoftDevice or HCI
https://tinygo.org
Other
744 stars 137 forks source link

bluetooth: notify/indicate not permitted #286

Open 0xUnkn0wN opened 2 months ago

0xUnkn0wN commented 2 months ago

Hello,

i try to connect my game pad with my raspberry pico-w, but as soon as i try to enable notifications i get this error

bluetooth: notify/indicate not permitted

Under linux it works without any issues.

I'm using this characteristic CharacteristicUUIDReport

I hope someone can explain me what is going on.