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
parent b8e48e7f8a
commit ec58c55370
9 changed files with 341 additions and 52 deletions

View file

@ -1,6 +1,6 @@
package modules
import "github.com/bettercap/gatt"
import "github.com/currantlabs/gatt"
var defaultBLEClientOptions = []gatt.Option{
gatt.MacDeviceRole(gatt.CentralManager),