mirror of
https://github.com/bettercap/bettercap
synced 2025-07-06 04:52:10 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
b3c84ba6d9
commit
e0b38a8c60
1 changed files with 0 additions and 6 deletions
|
@ -100,12 +100,6 @@ func (mod *BLERecon) startEnumeration(address string) error {
|
||||||
char.MTU = mtu
|
char.MTU = mtu
|
||||||
}
|
}
|
||||||
|
|
||||||
if props, err := ch.Properties(); err != nil {
|
|
||||||
|
|
||||||
} else {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
mod.Session.Events.Add("ble.device.characteristic.discovered", ch)
|
mod.Session.Events.Add("ble.device.characteristic.discovered", ch)
|
||||||
|
|
||||||
name := char.Name
|
name := char.Name
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue