xrucka / bluetooth-manager-dbus

Bluetooth transport implementation bypassing tinyb and using directly dbus binding instead
Apache License 2.0
1 stars 2 forks source link

java bluez library #2

Open vkolotov opened 6 years ago

vkolotov commented 6 years ago

Hi @xrucka, I'm just wondering what was the rationale not to use @hypfvieh bluez-dbus library? I'm not saying it is good or bad, just wondering.

xrucka commented 6 years ago

Hi, there were 2 "reasons" not to - first one was, that I was still debugging where the issue with my setup was (recall the tinyb issues?), so I wanted to limit middle layers as much as possible. The other "reason" was that I wanted to practice dbus interaction itself. So feel free to use it if you wish (especially given it implements more profiles that this one does) :-)

vkolotov commented 6 years ago

Good idea, the lesser middle tiers the better.

xrucka commented 6 years ago

(no reference in commit, just commit numbering)