new: implemented ble.enum and refactored how tabular views work ( ref #74 )

This commit is contained in:
evilsocket 2018-02-27 00:35:42 +01:00
commit ec58c55370
9 changed files with 341 additions and 52 deletions

View file

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

View file

@ -5,7 +5,7 @@ package network
import (
"time"
"github.com/bettercap/gatt"
"github.com/currantlabs/gatt"
)
type BLEDevice struct {