Package com.dsi.ant

Interface Summary
AntInterface.ServiceListener An interface for notifying AntInterface clients when they have been connected to the ANT Radio Service.
AntInterfaceIntent Defines the ANT related Intents which may be received by an application.
 

Class Summary
AntDefine Contains definitions commonly used in ANT messaging.
AntInterface AntInterface is a proxy object for communicating with the ANT Radio Service.
AntMesg AntMesg contains definitions for ANT message IDs Android ANT packets are in the format: II JJ ------ where: II is the 1 byte size of the ANT message (0-249) JJ is the 1 byte ID of the ANT message (1-255, 0 is invalid) ------ is the data of the ANT message (0-249 bytes of data) Note, no sync byte or checksum byte is included.