misc: small fix or general refactoring i did not bother commenting

This commit is contained in:
evilsocket 2018-02-27 03:16:15 +01:00
commit ee59fefbcd
6 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@ import (
"sync"
"time"
"github.com/currantlabs/gatt"
"github.com/bettercap/gatt"
)
type BLEDevNewCallback func(dev *BLEDevice)