paypal / gatt

Gatt is a Go package for building Bluetooth Low Energy peripherals
BSD 3-Clause "New" or "Revised" License
1.13k stars 284 forks source link

Expose Stop() in the Device interface #59

Open ThomasGerstenberg opened 8 years ago

ThomasGerstenberg commented 8 years ago

I see in device_linux.go there's func (d *device) Stop() error, however it is not exposed in the Device interface. Could this be added?

cgossain commented 1 year ago

I see in device_linux.go there's func (d *device) Stop() error, however it is not exposed in the Device interface. Could this be added?

+1 to this!

senkorl commented 1 month ago

why can't stop device