Searched refs:avc_type (Results 1 – 2 of 2) sorted by relevance
36 bool AVRC_IsValidAvcType(uint8_t pdu_id, uint8_t avc_type) { in AVRC_IsValidAvcType() argument39 if (avc_type < AVRC_RSP_NOT_IMPL) /* command msg */ in AVRC_IsValidAvcType()50 if (avc_type == AVRC_CMD_STATUS) result = true; in AVRC_IsValidAvcType()58 if (avc_type == AVRC_CMD_CTRL) result = true; in AVRC_IsValidAvcType()69 if (avc_type == AVRC_CMD_CTRL) result = true; in AVRC_IsValidAvcType()73 if (avc_type == AVRC_CMD_NOTIF) result = true; in AVRC_IsValidAvcType()78 if (avc_type >= AVRC_RSP_NOT_IMPL && avc_type <= AVRC_RSP_INTERIM) in AVRC_IsValidAvcType()
694 extern bool AVRC_IsValidAvcType(uint8_t pdu_id, uint8_t avc_type);