mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 10:46:57 -07:00
new: implemented ble.enum and refactored how tabular views work ( ref #74 )
This commit is contained in:
parent
b8e48e7f8a
commit
ec58c55370
9 changed files with 341 additions and 52 deletions
|
@ -7,7 +7,7 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/bettercap/gatt"
|
||||
"github.com/currantlabs/gatt"
|
||||
)
|
||||
|
||||
type BLEDevNewCallback func(dev *BLEDevice)
|
||||
|
|
|
@ -5,7 +5,7 @@ package network
|
|||
import (
|
||||
"time"
|
||||
|
||||
"github.com/bettercap/gatt"
|
||||
"github.com/currantlabs/gatt"
|
||||
)
|
||||
|
||||
type BLEDevice struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue