Home
last modified time | relevance | path

Searched refs:AVRC_RSP_ACCEPT (Results 1 – 5 of 5) sorted by relevance

/system/bt/bta/include/
Dbta_av_api.h210 #define BTA_AV_RSP_ACCEPT AVRC_RSP_ACCEPT
/system/bt/btif/src/
Dbtif_rc.c969 ctype = AVRC_RSP_ACCEPT; in send_metamsg_rsp()
1217 if(AVRC_RSP_ACCEPT==ctype) in btif_rc_upstreams_rsp_evt()
1544 || AVRC_RSP_INTERIM==pmeta_msg->code || AVRC_RSP_ACCEPT==pmeta_msg->code in handle_rc_metamsg_rsp()
/system/bt/bta/av/
Dbta_av_act.c925 else if (p_data->rc_msg.msg.hdr.ctype >= AVRC_RSP_ACCEPT) in bta_av_rc_msg()
968 p_data->rc_msg.msg.hdr.ctype >= AVRC_RSP_ACCEPT) in bta_av_rc_msg()
/system/bt/stack/avrc/
Davrc_api.c293 *p_begin = (AVRC_RSP_ACCEPT & AVRC_CTYPE_MASK); in avrc_proc_vendor_command()
/system/bt/stack/include/
Davrc_defs.h59 #define AVRC_RSP_ACCEPT 9 /* The target executed or is executing the command */ macro