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

This commit is contained in:
Simone Margaritelli 2024-08-16 11:59:15 +02:00
parent b3c84ba6d9
commit e0b38a8c60

View file

@ -100,12 +100,6 @@ func (mod *BLERecon) startEnumeration(address string) error {
char.MTU = mtu
}
if props, err := ch.Properties(); err != nil {
} else {
}
mod.Session.Events.Add("ble.device.characteristic.discovered", ch)
name := char.Name