Searched refs:AVRC_RSP_INTERIM (Results 1 – 6 of 6) sorted by relevance
235 #if (BTA_AV_RC_PASS_RSP_CODE == AVRC_RSP_INTERIM)250 #if (BTA_AV_RC_PASS_RSP_CODE == AVRC_RSP_INTERIM)
434 } else if ((p_bta_av_cfg->rc_pass_rsp == AVRC_RSP_INTERIM) && in bta_av_op_supported()437 ret_code = AVRC_RSP_INTERIM; in bta_av_op_supported()895 if (p_data->rc_msg.msg.hdr.ctype != AVRC_RSP_INTERIM) in bta_av_rc_msg()901 p_data->rc_msg.msg.hdr.ctype == AVRC_RSP_INTERIM) { in bta_av_rc_msg()
76 if (avc_type >= AVRC_RSP_NOT_IMPL && avc_type <= AVRC_RSP_INTERIM) in AVRC_IsValidAvcType()
116 AVRC_RSP_INTERIM == p_msg->hdr.ctype || in avrc_pars_vendor_rsp()
1064 (p_data->meta_msg.code <= AVRC_RSP_INTERIM)) { in btif_rc_handler()1209 if (code == AVRC_CMD_NOTIF) return AVRC_RSP_INTERIM; in get_rsp_type_code()1263 ((code == AVRC_RSP_CHANGED) || (code == AVRC_RSP_INTERIM))) { in send_metamsg_rsp()2633 AVRC_RSP_INTERIM == pmeta_msg->code || in handle_rc_metamsg_rsp()3135 if (pmeta_msg->code == AVRC_RSP_INTERIM) { in handle_notification_response()4212 (pmeta_msg->code <= AVRC_RSP_INTERIM)) { in handle_avk_rc_metamsg_rsp()4220 if (pmeta_msg->code == AVRC_RSP_INTERIM) { in handle_avk_rc_metamsg_rsp()5068 ? AVRC_RSP_INTERIM in volume_change_notification_rsp()
86 #define AVRC_RSP_INTERIM \ macro