- struct\r
- {\r
- char* Manufacturer; /**< Device manufacturer string. */\r
- char* Model; /**< Device model name string. */\r
- char* Description; /**< Device description string. */\r
- char* Version; /**< Device version string. */\r
- char* URI; /**< Device URI information string. */\r
- char* Serial; /**< Device serial number string. */\r
- } ATTR_PACKED PropertyStrings; /**< Android Accessory property strings, sent to identify the accessory when the\r
- * Android device is switched into Open Accessory mode. */\r
+ char* PropertyStrings[AOA_STRING_TOTAL_STRINGS]; /**< Android Accessory property strings, sent to identify the accessory when the\r
+ * Android device is switched into Open Accessory mode. */\r