Datasheet

BYTE description_size; length of the description string
char* version; String: version number
BYTE version_size; length of the version number string
char* URI; String: URI for the accessory (most commonly a URL)
BYTE URI_size; length of the URI string
char* serial; String: serial number of the device
BYTE serial_size; length of the serial number string
Description
This structure contains the informatin that is required to successfully create a link between the Android device and the
accessory. This information must match the information entered in the accessory filter in the Android application in order for
the Android application to access the device. An instance of this structure should be passed into the AndroidAppStart ( see
page 25)() at initialization.
5.6.2 ANDROID_AUDIO_MODE Enumeration
File
usb_host_android.h
C
typedef enum {
ANDROID_AUDIO_MODE__NONE = 0,
ANDROID_AUDIO_MODE__44K_16B_PCM = 1
} ANDROID_AUDIO_MODE;
Members
Members Description
ANDROID_AUDIO_MODE__NONE = 0 No audio support enabled
ANDROID_AUDIO_MODE__44K_16B_PCM
= 1
44K 16B PCM audio mode enabled
Description
Defines the available audio modes
Microchip's Accessory Framework for Android(tm) 35
35
5