Searched refs:avc_type (Results 1 – 2 of 2) sorted by relevance
37 BOOLEAN AVRC_IsValidAvcType(UINT8 pdu_id, UINT8 avc_type) in AVRC_IsValidAvcType() argument41 if (avc_type < AVRC_RSP_NOT_IMPL) /* command msg */ in AVRC_IsValidAvcType()53 if (avc_type == AVRC_CMD_STATUS) in AVRC_IsValidAvcType()62 if (avc_type == AVRC_CMD_CTRL) in AVRC_IsValidAvcType()67 if (avc_type == AVRC_CMD_NOTIF) in AVRC_IsValidAvcType()74 if (avc_type >= AVRC_RSP_NOT_IMPL && in AVRC_IsValidAvcType()75 avc_type <= AVRC_RSP_INTERIM ) in AVRC_IsValidAvcType()
621 extern BOOLEAN AVRC_IsValidAvcType(UINT8 pdu_id, UINT8 avc_type);