org.sputnikdev.bluetooth.manager.ConnectionStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bluetooth-manager Show documentation
Show all versions of bluetooth-manager Show documentation
A library/framework for managing bluetooth adapters, bluetooth devices, GATT services and characteristics
package org.sputnikdev.bluetooth.manager;
public enum ConnectionStrategy {
NEAREST_ADAPTER,
PREFERRED_ADAPTER
}