Searched refs:AVRC_CMD_STATUS (Results 1 – 5 of 5) sorted by relevance
108 *p_data++ = AVRC_CMD_STATUS; in AVRC_UnitCmd()152 *p_data++ = AVRC_CMD_STATUS; in AVRC_SubCmd()
51 if (avc_type == AVRC_CMD_STATUS) { in AVRC_IsValidAvcType()
317 } else if (code == AVRC_CMD_STATUS) { in send_metamsg_rsp()1129 BTA_AvMetaCmd(btc_rc_cb.rc_handle, tl, AVRC_CMD_STATUS, p_msg); in btc_avrc_ct_send_get_rn_caps_cmd()1238 BTA_AvMetaCmd(btc_rc_cb.rc_handle, tl, AVRC_CMD_STATUS, p_msg); in btc_avrc_ct_send_metadata_cmd()
197 #define BTA_AV_CMD_STATUS AVRC_CMD_STATUS
50 #define AVRC_CMD_STATUS 1 /* Check a device's current status */ macro