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()65 if (avc_type == AVRC_CMD_CTRL) in AVRC_IsValidAvcType()70 if (avc_type == AVRC_CMD_NOTIF) in AVRC_IsValidAvcType()77 if (avc_type >= AVRC_RSP_NOT_IMPL && in AVRC_IsValidAvcType()78 avc_type <= AVRC_RSP_INTERIM ) in AVRC_IsValidAvcType()
654 extern BOOLEAN AVRC_IsValidAvcType(UINT8 pdu_id, UINT8 avc_type);