Home
last modified time | relevance | path

Searched refs:avc_type (Results 1 – 2 of 2) sorted by relevance

/system/bt/stack/avrc/
Davrc_utils.c37 BOOLEAN AVRC_IsValidAvcType(UINT8 pdu_id, UINT8 avc_type) in AVRC_IsValidAvcType() argument
41 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()
/system/bt/stack/include/
Davrc_api.h621 extern BOOLEAN AVRC_IsValidAvcType(UINT8 pdu_id, UINT8 avc_type);