Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_utils.cc36 bool AVRC_IsValidAvcType(uint8_t pdu_id, uint8_t avc_type) { in AVRC_IsValidAvcType() argument
39 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()
/system/bt/stack/include/
Davrc_api.h694 extern bool AVRC_IsValidAvcType(uint8_t pdu_id, uint8_t avc_type);