Searched refs:AVRC_RSP_INTERIM (Results 1 – 6 of 6) sorted by relevance
205 #if (BTA_AV_RC_PASS_RSP_CODE == AVRC_RSP_INTERIM)220 #if (BTA_AV_RC_PASS_RSP_CODE == AVRC_RSP_INTERIM)
429 } else if ((p_bta_av_cfg->rc_pass_rsp == AVRC_RSP_INTERIM) && in bta_av_op_supported()432 ret_code = AVRC_RSP_INTERIM; in bta_av_op_supported()892 if (p_data->rc_msg.msg.hdr.ctype != AVRC_RSP_INTERIM) in bta_av_rc_msg()898 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()
1141 (p_data->meta_msg.code <= AVRC_RSP_INTERIM)) { in btif_rc_handler()1286 if (code == AVRC_CMD_NOTIF) return AVRC_RSP_INTERIM; in get_rsp_type_code()1340 ((code == AVRC_RSP_CHANGED) || (code == AVRC_RSP_INTERIM))) { in send_metamsg_rsp()2703 AVRC_RSP_INTERIM == pmeta_msg->code || in handle_rc_metamsg_rsp()3248 if (pmeta_msg->code == AVRC_RSP_INTERIM) { in handle_notification_response()4349 (pmeta_msg->code <= AVRC_RSP_INTERIM)) { in handle_avk_rc_metamsg_rsp()4357 if (pmeta_msg->code == AVRC_RSP_INTERIM) { in handle_avk_rc_metamsg_rsp()5208 ? AVRC_RSP_INTERIM in volume_change_notification_rsp()
86 #define AVRC_RSP_INTERIM \ macro