muka / go-bluetooth

Golang bluetooth client based on bluez DBus interfaces
Apache License 2.0
653 stars 123 forks source link

DBus protocol RST document support. #196

Closed zelch closed 8 months ago

zelch commented 8 months ago

This fixes #195 .

There are most definitely some ugly bits here, like the mapping of the filenames so that we don't break the API.

But it sure seems to be working for 5.71 here.

(Note: I am intentionally not including the generated 5.71 files here. This is about getting the parsing support working, once that's merged I'd be happy to generate 5.71 files.)

muka commented 8 months ago

Thank you for looking into that. I will merge, let's see how it goes. Thank you