Package network.datahop.blediscovery
Interface DiscoveryListener
-
public interface DiscoveryListener
Interface used to report events in the GATT server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
differentStatusDiscovered(byte[] value, java.util.UUID characteristic)
void
sameStatusDiscovered(java.util.UUID characteristic)
-