Lines Matching refs:UINT8

249 typedef UINT8 tAVRC_STS;
287 typedef UINT8 tAVRC_BATTERY_STATUS;
312 typedef UINT8 tAVRC_PLAYSTATE;
346 typedef UINT8 tAVRC_SYSTEMSTATE;
399 typedef UINT8 tAVRC_UID[AVRC_UID_SIZE];
759 UINT8 ctype; /* Command type. */
760 UINT8 subunit_type; /* Subunit type. */
761 UINT8 subunit_id; /* Subunit ID. This value is typically ignored in AVRCP,
764 UINT8 opcode; /* Op Code (passthrough, vendor, etc) */
772 UINT8 unit_type; /* Unit type. Uses the same values as subunit type. */
773 UINT8 unit; /* This value is vendor dependent and typically zero. */
780 UINT8 subunit_type[AVRC_SUB_TYPE_LEN];
784 UINT8 page; /* Specifies which part of the subunit type table is
794 UINT8 *p_vendor_data;/* Pointer to vendor dependent data. */
804 UINT8 op_id; /* Operation ID. */
805 UINT8 state; /* Keypress state. */
806 UINT8 *p_pass_data;/* Pointer to data. This parameter is only valid
808 UINT8 pass_len; /* Length in bytes of data. This parameter is only
822 UINT8 *p_browse_data; /* Pointer to data. */
857 …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;
895 UINT8 event_id[AVRC_CAP_MAX_NUM_EVT_ID];
900 UINT8 attr_id;
901 UINT8 attr_val;
906 UINT8 attr_id;
908 UINT8 str_len;
909 UINT8 *p_str;
912 typedef UINT8 tAVRC_FEATURE_MASK[AVRC_FEATURE_MASK_SIZE];
917UINT8 major_type; /* Use AVRC_MJ_TYPE_AUDIO, AVRC_MJ_TYPE_VIDEO, AVRC_MJ_TYPE_BC…
919UINT8 play_status; /* Use AVRC_PLAYSTATE_STOPPED, AVRC_PLAYSTATE_PLAYING, AVRC_PL…
928 UINT8 type; /* Use AVRC_FOLDER_TYPE_MIXED, AVRC_FOLDER_TYPE_TITLES,
946 UINT8 type; /* Use AVRC_MEDIA_TYPE_AUDIO or AVRC_MEDIA_TYPE_VIDEO. */
948 UINT8 attr_count; /* The number of attributes in p_attr_list */
954 UINT8 item_type; /* AVRC_ITEM_PLAYER, AVRC_ITEM_FOLDER, or AVRC_ITEM_MEDIA */
966 UINT8 pdu;
968 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
969 UINT8 capability_id;
975 UINT8 pdu;
977 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
978 UINT8 attr_id;
984 UINT8 pdu;
986 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
987 UINT8 num_attr;
988 UINT8 attrs[AVRC_MAX_APP_ATTR_SIZE];
994 UINT8 pdu;
996 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
997 UINT8 num_val;
1004 UINT8 pdu;
1006 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1007 UINT8 num_attr;
1008 UINT8 attrs[AVRC_MAX_APP_ATTR_SIZE];
1014 UINT8 pdu;
1016 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1017 UINT8 attr_id;
1018 UINT8 num_val;
1019 UINT8 vals[AVRC_MAX_APP_ATTR_SIZE];
1025 UINT8 pdu;
1027 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1028 UINT8 num_id;
1035 UINT8 pdu;
1037 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1038 UINT8 battery_status;
1044 UINT8 pdu;
1046 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1047 UINT8 num_attr;
1054 UINT8 pdu;
1056 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1057 UINT8 event_id;
1064 UINT8 pdu;
1066 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1073 UINT8 pdu;
1075 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1082 UINT8 pdu;
1084 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1085 UINT8 volume;
1091 UINT8 pdu;
1093 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1094 UINT8 scope;
1097 UINT8 attr_count;
1104 UINT8 pdu;
1106 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1108 UINT8 direction;
1115 UINT8 pdu;
1117 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1118 UINT8 scope;
1121 UINT8 attr_count;
1128 UINT8 pdu;
1130 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1137 UINT8 pdu;
1139 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1140 UINT8 scope;
1148 UINT8 pdu;
1150 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1151 UINT8 scope;
1158 UINT8 pdu;
1160 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1166 UINT8 pdu;
1168 UINT8 opcode; /* Op Code (assigned by AVRC_BldCommand according to pdu) */
1169 UINT8 target_pdu;
1174 UINT8 pdu;
1205 UINT8 pdu;
1207UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse user. inva…
1208 UINT8 capability_id;
1209 UINT8 count;
1216 UINT8 pdu;
1218UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse user. inva…
1219 UINT8 num_attr;
1220 UINT8 attrs[AVRC_MAX_APP_ATTR_SIZE];
1226 UINT8 pdu;
1228UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse user. inva…
1229 UINT8 num_val;
1230 UINT8 vals[AVRC_MAX_APP_ATTR_SIZE];
1236 UINT8 pdu;
1238UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse user. inva…
1239 UINT8 num_val;
1246 UINT8 pdu;
1248UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse user. inva…
1249 UINT8 num_attr;
1256 UINT8 pdu;
1258UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse user. inva…
1259 UINT8 num_attr;
1266 UINT8 pdu;
1268UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse user. inva…
1271 UINT8 play_status;
1288 UINT8 num_attr;
1289 UINT8 attr_id[AVRC_MAX_APP_SETTINGS];
1290 UINT8 attr_value[AVRC_MAX_APP_SETTINGS];
1303 UINT8 volume;
1309 UINT8 pdu;
1311UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldRespons…
1312 UINT8 event_id;
1319 UINT8 pdu;
1321UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse us…
1322 UINT8 volume;
1328 UINT8 pdu;
1330UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse us…
1334 UINT8 folder_depth;
1341 UINT8 pdu;
1343UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse us…
1352 UINT8 pdu;
1354UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse us…
1361 UINT8 pdu;
1363UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse us…
1364 UINT8 attr_count;
1371 UINT8 pdu;
1373UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse us…
1381 UINT8 pdu;
1383UINT8 opcode; /* Op Code (copied from avrc_cmd.opcode by AVRC_BldResponse user. inva…
1388 UINT8 pdu;