Lines Matching refs:UINT8
251 typedef UINT8 tAVRC_STS;
288 typedef UINT8 tAVRC_BATTERY_STATUS;
313 typedef UINT8 tAVRC_PLAYSTATE;
347 typedef UINT8 tAVRC_SYSTEMSTATE;
400 typedef UINT8 tAVRC_UID[AVRC_UID_SIZE];
760 UINT8 ctype; /* Command type. */
761 UINT8 subunit_type; /* Subunit type. */
762 UINT8 subunit_id; /* Subunit ID. This value is typically ignored in AVRCP,
765 UINT8 opcode; /* Op Code (passthrough, vendor, etc) */
773 UINT8 unit_type; /* Unit type. Uses the same values as subunit type. */
774 UINT8 unit; /* This value is vendor dependent and typically zero. */
781 UINT8 subunit_type[AVRC_SUB_TYPE_LEN];
785 UINT8 page; /* Specifies which part of the subunit type table is
795 UINT8 *p_vendor_data;/* Pointer to vendor dependent data. */
805 UINT8 op_id; /* Operation ID. */
806 UINT8 state; /* Keypress state. */
807 UINT8 *p_pass_data;/* Pointer to data. This parameter is only valid
809 UINT8 pass_len; /* Length in bytes of data. This parameter is only
823 UINT8 *p_browse_data; /* Pointer to data. */
858 …AVRC_CO_ID_TO_BE_STREAM(p, u32) {*(p)++ = (UINT8)((u32) >> 16); *(p)++ = (UINT8)((u32) >> 8); *(p)…
875 UINT8 *p_str;
880 UINT8 *p_str;
894 UINT8 event_id[AVRC_CAP_MAX_NUM_EVT_ID];
899 UINT8 attr_id;
900 UINT8 attr_val;
905 UINT8 attr_id;
907 UINT8 str_len;
908 UINT8 *p_str;
911 typedef UINT8 tAVRC_FEATURE_MASK[AVRC_FEATURE_MASK_SIZE];
916 …UINT8 major_type; /* Use AVRC_MJ_TYPE_AUDIO, AVRC_MJ_TYPE_VIDEO, AVRC_MJ_TYPE_BC…
918 …UINT8 play_status; /* Use AVRC_PLAYSTATE_STOPPED, AVRC_PLAYSTATE_PLAYING, AVRC_PL…
927 UINT8 type; /* Use AVRC_FOLDER_TYPE_MIXED, AVRC_FOLDER_TYPE_TITLES,
945 UINT8 type; /* Use AVRC_MEDIA_TYPE_AUDIO or AVRC_MEDIA_TYPE_VIDEO. */
947 UINT8 attr_count; /* The number of attributes in p_attr_list */
953 UINT8 item_type; /* AVRC_ITEM_PLAYER, AVRC_ITEM_FOLDER, or AVRC_ITEM_MEDIA */
965 UINT8 pdu;
967 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
968 UINT8 capability_id;
974 UINT8 pdu;
976 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
977 UINT8 attr_id;
983 UINT8 pdu;
985 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
986 UINT8 num_attr;
987 UINT8 attrs[AVRC_MAX_APP_ATTR_SIZE];
993 UINT8 pdu;
995 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
996 UINT8 num_val;
1003 UINT8 pdu;
1005 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1006 UINT8 num_attr;
1007 UINT8 attrs[AVRC_MAX_APP_ATTR_SIZE];
1013 UINT8 pdu;
1015 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1016 UINT8 attr_id;
1017 UINT8 num_val;
1018 UINT8 vals[AVRC_MAX_APP_ATTR_SIZE];
1024 UINT8 pdu;
1026 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1027 UINT8 num_id;
1034 UINT8 pdu;
1036 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1037 UINT8 battery_status;
1043 UINT8 pdu;
1045 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1046 UINT8 num_attr;
1053 UINT8 pdu;
1055 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1056 UINT8 event_id;
1063 UINT8 pdu;
1065 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1072 UINT8 pdu;
1074 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1081 UINT8 pdu;
1083 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1084 UINT8 volume;
1090 UINT8 pdu;
1092 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1093 UINT8 scope;
1096 UINT8 attr_count;
1103 UINT8 pdu;
1105 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1107 UINT8 direction;
1114 UINT8 pdu;
1116 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1117 UINT8 scope;
1120 UINT8 attr_count;
1127 UINT8 pdu;
1129 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1136 UINT8 pdu;
1138 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1139 UINT8 scope;
1147 UINT8 pdu;
1149 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1150 UINT8 scope;
1157 UINT8 pdu;
1159 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1165 UINT8 pdu;
1167 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1168 UINT8 target_pdu;
1173 UINT8 pdu;
1204 UINT8 pdu;
1206 …UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse user. inva…
1207 UINT8 capability_id;
1208 UINT8 count;
1215 UINT8 pdu;
1217 …UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse user. inva…
1218 UINT8 num_attr;
1219 UINT8 attrs[AVRC_MAX_APP_ATTR_SIZE];
1225 UINT8 pdu;
1227 …UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse user. inva…
1228 UINT8 num_val;
1229 UINT8 vals[AVRC_MAX_APP_ATTR_SIZE];
1235 UINT8 pdu;
1237 …UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse user. inva…
1238 UINT8 num_val;
1245 UINT8 pdu;
1247 …UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse user. inva…
1248 UINT8 num_attr;
1255 UINT8 pdu;
1257 …UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse user. inva…
1258 UINT8 num_attr;
1265 UINT8 pdu;
1267 …UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse user. inva…
1270 UINT8 play_status;
1287 UINT8 num_attr;
1288 UINT8 attr_id[AVRC_MAX_APP_SETTINGS];
1289 UINT8 attr_value[AVRC_MAX_APP_SETTINGS];
1302 UINT8 volume;
1308 UINT8 pdu;
1310 …UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldRespons…
1311 UINT8 event_id;
1318 UINT8 pdu;
1320 …UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse us…
1321 UINT8 volume;
1327 UINT8 pdu;
1329 …UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse us…
1333 UINT8 folder_depth;
1340 UINT8 pdu;
1342 …UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse us…
1351 UINT8 pdu;
1353 …UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse us…
1360 UINT8 pdu;
1362 …UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse us…
1363 UINT8 attr_count;
1370 UINT8 pdu;
1372 …UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse us…
1379 UINT8 pdu;
1381 …UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse user. inva…
1386 UINT8 pdu;