increaded gattc_linux.go time.Sleep -> (40 * time.Millisecond)

This commit is contained in:
freqyXin 2021-05-12 15:17:51 -07:00
parent 16d12fd44b
commit f718c09265

@ -48,7 +48,7 @@ func (d *Device) DiscoverServices(uuids []UUID) ([]DeviceService, error) {
break break
} }
// This is a terrible hack, but I couldn't find another way. // This is a terrible hack, but I couldn't find another way.
time.Sleep(30 * time.Millisecond) time.Sleep(40 * time.Millisecond)
} }
services := []DeviceService{} services := []DeviceService{}