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