Searched refs:AVRC_STATE_RELEASE (Results 1 – 3 of 3) sorted by relevance
195 #define BTA_AV_STATE_RELEASE AVRC_STATE_RELEASE /* key released */
547 if (p_remote_cmd->key_state == AVRC_STATE_RELEASE) { in handle_rc_passthrough_cmd()625 if (p_remote_rsp->key_state == AVRC_STATE_RELEASE) in handle_rc_passthrough_rsp()881 remote_cmd.key_state = AVRC_STATE_RELEASE; in btif_rc_check_handle_pending_play()
113 #define AVRC_STATE_RELEASE 1 macro