Searched refs:AVRC_CMD_NOTIF (Results 1 – 4 of 4) sorted by relevance
68 if (avc_type == AVRC_CMD_NOTIF) { in AVRC_IsValidAvcType()
306 if (code == AVRC_CMD_NOTIF) { in send_metamsg_rsp()1151 BTA_AvMetaCmd(btc_rc_cb.rc_handle, tl, AVRC_CMD_NOTIF, p_msg); in btc_avrc_ct_send_register_notification_cmd()1373 … ((rsp == ESP_AVRC_RN_RSP_INTERIM) ? AVRC_CMD_NOTIF : AVRC_RSP_CHANGED), &avrc_rsp); in btc_avrc_tg_send_rn_rsp()
202 #define BTA_AV_CMD_NOTIF AVRC_CMD_NOTIF
53 #define AVRC_CMD_NOTIF 3 /* Used for receiving notification of a change in a device's state … macro