Searched refs:AVRC_RSP_REJ (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/bluedroid/stack/avrc/
H A Davrc_pars_ct.c62 if (p_msg->hdr.ctype == AVRC_RSP_REJ)
89 || AVRC_RSP_REJ==p_msg->hdr.ctype || AVRC_RSP_NOT_IMPL==p_msg->hdr.ctype))
H A Davrc_api.c272 *p_begin = (AVRC_RSP_REJ & AVRC_CTYPE_MASK);
326 *p_data++ = AVRC_RSP_REJ;
749 *p_rsp_data = AVRC_RSP_REJ;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c887 UINT8 ctype = AVRC_RSP_REJ;
933 ctype = AVRC_RSP_REJ;
1503 || AVRC_RSP_REJ==pmeta_msg->code || AVRC_RSP_NOT_IMPL==pmeta_msg->code))
/external/bluetooth/bluedroid/bta/include/
H A Dbta_av_api.h211 #define BTA_AV_RSP_REJ AVRC_RSP_REJ
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h60 #define AVRC_RSP_REJ 10 /* The target implements the command specified by the macro
/external/bluetooth/bluedroid/bta/av/
H A Dbta_av_act.c776 *p_ctype = AVRC_RSP_REJ;

Completed in 2499 milliseconds