Searched refs:AVRC_RSP_ACCEPT (Results 1 – 5 of 5) sorted by relevance
210 #define BTA_AV_RSP_ACCEPT AVRC_RSP_ACCEPT
969 ctype = AVRC_RSP_ACCEPT; in send_metamsg_rsp()1217 if(AVRC_RSP_ACCEPT==ctype) in btif_rc_upstreams_rsp_evt()1544 || AVRC_RSP_INTERIM==pmeta_msg->code || AVRC_RSP_ACCEPT==pmeta_msg->code in handle_rc_metamsg_rsp()
925 else if (p_data->rc_msg.msg.hdr.ctype >= AVRC_RSP_ACCEPT) in bta_av_rc_msg()968 p_data->rc_msg.msg.hdr.ctype >= AVRC_RSP_ACCEPT) in bta_av_rc_msg()
293 *p_begin = (AVRC_RSP_ACCEPT & AVRC_CTYPE_MASK); in avrc_proc_vendor_command()
59 #define AVRC_RSP_ACCEPT 9 /* The target executed or is executing the command */ macro