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()
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()
/system/bt/stack/include/
Davrc_api.h654 extern BOOLEAN AVRC_IsValidAvcType(UINT8 pdu_id, UINT8 avc_type);