public interface

BluetoothPeripheralManagerPrivileged

masonamerica.platform.BluetoothPeripheralManagerPrivileged

Class Overview

An interface to get BLE connect associated Bluetooth Peripheral to the device.

Summary

Public Methods
abstract void addCallback(IPeripheralCallback callback)
Returns a list of connected associated Peripheral to this device.
abstract void removeCallback(IPeripheralCallback callback)
Remove previously registered callback.

Public Methods

public abstract void addCallback (IPeripheralCallback callback)

Returns a list of connected associated Peripheral to this device.

Parameters
callback IPeripheralCallback

public abstract void removeCallback (IPeripheralCallback callback)

Remove previously registered callback.

Parameters
callback IPeripheralCallback