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

add Stop to Device Interface so its possible to close Linux hci. #61

Open bryanpaluch opened 8 years ago

bryanpaluch commented 8 years ago

We ran into a bug where the kernel was never getting the HCI Disconnect which was causing an issue when we tried to open the connection again in certain situations. The only way that I can think to call this is to modify the interface to expose it. I've added an empty implementation for darwin also.