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

/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_utils.c37 BOOLEAN AVRC_IsValidAvcType(UINT8 pdu_id, UINT8 avc_type) argument
41 if (avc_type < AVRC_RSP_NOT_IMPL) /* command msg */
53 if (avc_type == AVRC_CMD_STATUS)
62 if (avc_type == AVRC_CMD_CTRL)
67 if (avc_type == AVRC_CMD_NOTIF)
74 if (avc_type >= AVRC_RSP_NOT_IMPL &&
75 avc_type <= AVRC_RSP_INTERIM )
/external/bluetooth/bluedroid/stack/include/
H A Davrc_api.h618 AVRC_API extern BOOLEAN AVRC_IsValidAvcType(UINT8 pdu_id, UINT8 avc_type);

Completed in 81 milliseconds