List of usage examples for android.bluetooth BluetoothAdapter getBluetoothLeAdvertiser
public BluetoothLeAdvertiser getBluetoothLeAdvertiser()
From source file:Main.java
public static BluetoothLeAdvertiser getBluetoothLeAdvertiser(BluetoothAdapter adapter) { return adapter.getBluetoothLeAdvertiser(); }