Searched refs:AVRC_RSP_NOT_IMPL (Results 1 – 7 of 7) sorted by relevance
37 if (avc_type < AVRC_RSP_NOT_IMPL) /* command msg */ in AVRC_IsValidAvcType()76 if (avc_type >= AVRC_RSP_NOT_IMPL && avc_type <= AVRC_RSP_INTERIM) in AVRC_IsValidAvcType()
118 AVRC_RSP_NOT_IMPL == p_msg->hdr.ctype)) { in avrc_pars_vendor_rsp()
1117 if (ctype >= AVRC_RSP_NOT_IMPL) cr = AVCT_RSP; in AVRC_MsgReq()
38 #define BTA_AV_RC_PASS_RSP_CODE AVRC_RSP_NOT_IMPL
390 tBTA_AV_CODE ret = AVRC_RSP_NOT_IMPL; in bta_av_group_navi_supported()424 tBTA_AV_CODE ret_code = AVRC_RSP_NOT_IMPL; in bta_av_op_supported()782 p_vendor->hdr.ctype = AVRC_RSP_NOT_IMPL; in bta_av_proc_meta_cmd()878 p_data->rc_msg.msg.hdr.ctype = AVRC_RSP_NOT_IMPL; in bta_av_rc_msg()913 else if (p_data->rc_msg.msg.hdr.ctype >= AVRC_RSP_NOT_IMPL) { in bta_av_rc_msg()960 p_data->rc_msg.msg.hdr.ctype >= AVRC_RSP_NOT_IMPL) { in bta_av_rc_msg()977 p_data->rc_msg.msg.hdr.ctype = AVRC_RSP_NOT_IMPL; in bta_av_rc_msg()
910 if (pmeta_msg->code >= AVRC_RSP_NOT_IMPL) { in handle_rc_metamsg_cmd()1063 if ((p_data->meta_msg.code >= AVRC_RSP_NOT_IMPL) && in btif_rc_handler()1208 if (code < AVRC_RSP_NOT_IMPL) { in get_rsp_type_code()2635 AVRC_RSP_NOT_IMPL == pmeta_msg->code)) { in handle_rc_metamsg_rsp()2669 AVRC_RSP_NOT_IMPL == pmeta_msg->code)) { in handle_rc_metamsg_rsp()4211 (pmeta_msg->code >= AVRC_RSP_NOT_IMPL) && in handle_avk_rc_metamsg_rsp()
63 #define AVRC_RSP_NOT_IMPL \ macro