muka / go-bluetooth

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

Regarding the Listeners #175

Closed krishna13052001 closed 1 year ago

krishna13052001 commented 1 year ago

Respected @muka

Does we have any listeners/ Callback to do some functionality after the connection or disconnection?

muka commented 1 year ago

Dear @krishna13052001 I suspect those information are available over HCI socket but not from bluez (dbus). Please let us know if you find a reliable way to get these events. Thanks!