Searched refs:AVRC_RSP_INTERIM (Results 1 – 6 of 6) sorted by relevance
209 #if (BTA_AV_RC_PASS_RSP_CODE == AVRC_RSP_INTERIM)224 #if (BTA_AV_RC_PASS_RSP_CODE == AVRC_RSP_INTERIM)
475 } else if ((p_bta_av_cfg->rc_pass_rsp == AVRC_RSP_INTERIM) && p_bta_av_rc_id_ac) { in bta_av_op_supported()477 ret_code = AVRC_RSP_INTERIM; in bta_av_op_supported()1019 if (p_data->rc_msg.msg.hdr.ctype != AVRC_RSP_INTERIM) { in bta_av_rc_msg()1025 p_data->rc_msg.msg.hdr.ctype == AVRC_RSP_INTERIM) { in bta_av_rc_msg()
92 if (avc_type >= AVRC_RSP_NOT_IMPL && avc_type <= AVRC_RSP_INTERIM) { in AVRC_IsValidAvcType()
112 (AVRC_RSP_CHANGED == p_msg->hdr.ctype || AVRC_RSP_INTERIM == p_msg->hdr.ctype || in avrc_pars_vendor_rsp()
962 (p_data->meta_msg.code <= AVRC_RSP_INTERIM)) { in btif_rc_handler()1407 if (pmeta_msg->code == AVRC_RSP_INTERIM) { in handle_notification_response()2422 (pmeta_msg->code <= AVRC_RSP_INTERIM)) { in handle_avk_rc_metamsg_rsp()2429 if (pmeta_msg->code == AVRC_RSP_INTERIM) { in handle_avk_rc_metamsg_rsp()3209 (rsp_type == BTRC_NOTIFICATION_TYPE_INTERIM) ? AVRC_RSP_INTERIM : AVRC_RSP_CHANGED, in volume_change_notification_rsp()
88 #define AVRC_RSP_INTERIM \ macro