Package | Description |
---|---|
com.dsi.ant | |
com.dsi.ant.channel |
Modifier and Type | Method and Description |
---|---|
AntAdapterProvider |
AntService.getAdapterProvider()
Provides a connection to the Adapter Provider component in the ANT Radio
Service.
|
Modifier and Type | Method and Description |
---|---|
AntChannel |
AntChannelProvider.acquireChannelFromAdapter(Context context,
AdapterInfo adapter,
PredefinedNetwork network)
Acquires a free ANT Channel for this application to use.
|
AntChannel |
AntChannelProvider.acquireChannelOnPrivateNetwork(Context context,
NetworkKey privateNetworkKey)
Acquires channels in much the same way as
AntChannelProvider.acquireChannel(Context, PredefinedNetwork, Capabilities, Capabilities)
but acquires a free ANT Channel on the specified private network for this
application to use. |
AntChannel |
AntChannelProvider.acquireChannelOnPrivateNetwork(Context context,
NetworkKey privateNetworkKey,
Capabilities requiredCapapbilities)
Acquires channels in much the same way as
AntChannelProvider.acquireChannel(Context, PredefinedNetwork, Capabilities, Capabilities)
but acquires a free ANT Channel on the specified private network for this
application to use. |
AntChannel |
AntChannelProvider.acquireChannelOnPrivateNetwork(Context context,
NetworkKey privateNetworkKey,
Capabilities requiredCapabilities,
Capabilities desiredCapabilities)
Acquires channels in much the same way as
AntChannelProvider.acquireChannel(Context, PredefinedNetwork, Capabilities, Capabilities)
but acquires a free ANT Channel on the specified private network for this
application to use. |
AntChannel |
AntChannelProvider.acquireChannelOnPrivateNetworkFromAdapter(Context context,
AdapterInfo adapter,
NetworkKey privateNetworkKey)
Acquires a free ANT Channel for this application to use.
|
AntContinuousScanController |
AntChannelProvider.acquireContinuousScanController(Context context,
AdapterInfo adapter,
NetworkKey networkKey,
boolean disableRxOnlyMode)
Acquires an ANT continuous scan controller that is in assigned state for
this application to use.
|
AntContinuousScanController |
AntChannelProvider.acquireContinuousScanController(Context context,
AdapterInfo adapter,
PredefinedNetwork network,
boolean disableRxOnlyMode)
Acquires an ANT continuous scan controller that is in assigned state for
this application to use.
|
void |
AntChannel.setSearchPriority(int searchPriority)
Sets the search priority for this channel.
|
Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.