Home
last modified time | relevance | path

Searched refs:AVRC_IsValidAvcType (Results 1 – 4 of 4) sorted by relevance

/system/bt/stack/avrc/
Davrc_utils.cc34 bool AVRC_IsValidAvcType(uint8_t pdu_id, uint8_t avc_type) { in AVRC_IsValidAvcType() function
Davrc_pars_tg.cc50 if (!AVRC_IsValidAvcType(p_result->pdu, p_msg->hdr.ctype)) { in avrc_ctrl_pars_vendor_cmd()
132 if (!AVRC_IsValidAvcType(p_result->pdu, p_msg->hdr.ctype)) { in avrc_pars_vendor_cmd()
/system/bt/stack/include/
Davrc_api.h757 extern bool AVRC_IsValidAvcType(uint8_t pdu_id, uint8_t avc_type);
/system/bt/bta/av/
Dbta_av_act.cc782 } else if (!AVRC_IsValidAvcType(pdu, p_vendor->hdr.ctype)) { in bta_av_proc_meta_cmd()