muka / go-bluetooth

Golang bluetooth client based on bluez DBus interfaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WriteValue: Operation failed with ATT error: 0x0e

sbinet opened this issue · comments

hi,

I am using go-bluetooth@1c7f8793aa7e and when issueing a write command to a device (Aranet4), I sometimes receive:

aranet4: could not read data: could not read param=1: could not write command: Operation failed with ATT error: 0x0e

here is the place where this occurs:

searching a bit around, I've found this issue:

which seems similar (although I do send the command with "type":"request")

any ideas?

No idea but this seems happening underneath the library itself. Can you reproduce using bluetoothctl or another client?

I am not fluent in bluetooth.
would you have a few pointers forhow to achieve the equivalent of WriteValue with bluetoothctl ?

I found this reference
https://www.spinics.net/lists/linux-bluetooth/msg74637.html

I know it is possible but not much used to it :)