muka / go-bluetooth

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

how to configure device connect timeout #200

Open rajivk-slx opened 5 months ago

rajivk-slx commented 5 months ago

How can we configure timeout for func (a *Device1) Connect() error. Currently if the device is offline, the function timesout after 40 seconds, which i would like to configure.