@ProviderType
public interface BluetoothLeService
| Modifier and Type | Method and Description |
|---|---|
BluetoothLeAdapter |
getAdapter(java.lang.String interfaceName)
Search for a Bluetooth adapter with the specified interface name (i.e.
|
java.util.List<BluetoothLeAdapter> |
getAdapters()
Return a list of available Bluetooth adapters.
|
java.util.List<BluetoothLeAdapter> getAdapters()
BluetoothLeAdapter getAdapter(java.lang.String interfaceName)
interfaceName - the name of the adapter (i.e. hci0)