Home
last modified time | relevance | path

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

/system/bt/stack/avrc/
Davrc_utils.cc34 bool AVRC_IsValidAvcType(uint8_t pdu_id, uint8_t avc_type) { in AVRC_IsValidAvcType() argument
37 if (avc_type < AVRC_RSP_NOT_IMPL) /* command msg */ in AVRC_IsValidAvcType()
48 if (avc_type == AVRC_CMD_STATUS) result = true; in AVRC_IsValidAvcType()
56 if (avc_type == AVRC_CMD_CTRL) result = true; in AVRC_IsValidAvcType()
67 if (avc_type == AVRC_CMD_CTRL) result = true; in AVRC_IsValidAvcType()
71 if (avc_type == AVRC_CMD_NOTIF) result = true; in AVRC_IsValidAvcType()
76 if (avc_type >= AVRC_RSP_NOT_IMPL && avc_type <= AVRC_RSP_INTERIM) in AVRC_IsValidAvcType()
/system/bt/stack/include/
Davrc_api.h698 extern bool AVRC_IsValidAvcType(uint8_t pdu_id, uint8_t avc_type);