Searched refs:avc_type (Results 1 – 2 of 2) sorted by relevance
34 bool AVRC_IsValidAvcType(uint8_t pdu_id, uint8_t avc_type) { in AVRC_IsValidAvcType() argument37 if (avc_type < AVRC_RSP_NOT_IMPL) /* command msg */ in AVRC_IsValidAvcType()48 if (avc_type == AVRC_CMD_STATUS) result = true; in AVRC_IsValidAvcType()56 if (avc_type == AVRC_CMD_CTRL) result = true; in AVRC_IsValidAvcType()67 if (avc_type == AVRC_CMD_CTRL) result = true; in AVRC_IsValidAvcType()71 if (avc_type == AVRC_CMD_NOTIF) result = true; in AVRC_IsValidAvcType()76 if (avc_type >= AVRC_RSP_NOT_IMPL && avc_type <= AVRC_RSP_INTERIM) in AVRC_IsValidAvcType()
698 extern bool AVRC_IsValidAvcType(uint8_t pdu_id, uint8_t avc_type);