Searched refs:AVRC_RSP_INTERIM (Results 1 – 6 of 6) sorted by relevance
216 #if (BTA_AV_RC_PASS_RSP_CODE == AVRC_RSP_INTERIM)231 #if (BTA_AV_RC_PASS_RSP_CODE == AVRC_RSP_INTERIM)
471 } else if ((p_bta_av_cfg->rc_pass_rsp == AVRC_RSP_INTERIM) && in bta_av_op_supported()474 ret_code = AVRC_RSP_INTERIM; in bta_av_op_supported()1023 if (p_data->rc_msg.msg.hdr.ctype != AVRC_RSP_INTERIM) in bta_av_rc_msg()1029 p_data->rc_msg.msg.hdr.ctype == AVRC_RSP_INTERIM) { in bta_av_rc_msg()
82 if (avc_type >= AVRC_RSP_NOT_IMPL && avc_type <= AVRC_RSP_INTERIM) in AVRC_IsValidAvcType()
112 AVRC_RSP_INTERIM == p_msg->hdr.ctype || in avrc_pars_vendor_rsp()
1301 (p_data->meta_msg.code <= AVRC_RSP_INTERIM)) { in btif_rc_handler()1446 if (code == AVRC_CMD_NOTIF) return AVRC_RSP_INTERIM; in get_rsp_type_code()1498 ((code == AVRC_RSP_CHANGED) || (code == AVRC_RSP_INTERIM))) { in send_metamsg_rsp()2873 AVRC_RSP_INTERIM == pmeta_msg->code || in handle_rc_metamsg_rsp()3250 if (pmeta_msg->code == AVRC_RSP_INTERIM) { in handle_notification_response()4333 (pmeta_msg->code <= AVRC_RSP_INTERIM)) { in handle_avk_rc_metamsg_rsp()4340 if (pmeta_msg->code == AVRC_RSP_INTERIM) { in handle_avk_rc_metamsg_rsp()5174 ? AVRC_RSP_INTERIM in volume_change_notification_rsp()
88 #define AVRC_RSP_INTERIM \ macro