public class DummyBleAdvertiser extends java.lang.Object implements BleAdvertiser
Constructor and Description |
---|
DummyBleAdvertiser(android.content.Context context) |
Modifier and Type | Method and Description |
---|---|
void |
startAdvertising(java.lang.String uuid,
ScanResult closestBeacon) |
void |
stopAdvertising() |
public void startAdvertising(java.lang.String uuid, ScanResult closestBeacon)
startAdvertising
in interface BleAdvertiser
public void stopAdvertising()
stopAdvertising
in interface BleAdvertiser